MyBB Support

Can't edit posts in this area

Submitted by JMPRockFm, , Thread ID: 4695

Thread Closed
JMPRockFm
Suh Dude
Level:
0
Reputation:
13
Posts:
147
Likes:
4
Credits:
24
11-06-2015, 12:00 AM
#1
Hello I get the following error when my member are trying to edit there posts :noh: Editing/Deleting Options are all ticked but there still getting that error and saying this

"There was an Error performing the update, you can't edit Posts on this area" I've tried looking it up and there wasn't any bugs, are anything if any would could help would greatly appreciate

RE: Can't edit posts in this area

Blowjob
Closed Account
Level:
0
Reputation:
26
Posts:
2.16K
Likes:
189
Credits:
2.53K
11-06-2015, 12:11 AM
This post was last modified: 11-06-2015, 12:12 AM by Blowjob
#2
This is due to HideIP

I know you have that plugin, COrrect?

Edit the plugin and comment these two lines:
Code:
$plugins->add_hook("editpost_start", "hideip_edit");
$plugins->add_hook("xmlhttp", "hideip_qedit");

RE: Can't edit posts in this area

JMPRockFm
Suh Dude
Level:
0
Reputation:
13
Posts:
147
Likes:
4
Credits:
24
OP
11-06-2015, 12:49 AM
This post was last modified: 11-06-2015, 01:40 AM by JMPRockFm
#3
11-06-2015, 12:11 AM
Hug Wrote:
This is due to HideIP

I know you have that plugin, COrrect?

Edit the plugin and comment these two lines:


Code:
$plugins->add_hook("editpost_start", "hideip_edit");
$plugins->add_hook("xmlhttp", "hideip_qedit");

I did what you said and now the hide doesn't show the hide tags, also how do you comment it out I hope i'm doing it correct because its keep giving me errors

RE: Can't edit posts in this area

Mr_Joker
YouR JuSt G4Y
Level:
0
Reputation:
3
Posts:
795
Likes:
51
Credits:
493
11-06-2015, 03:15 AM
#4
What version of MyBB are you using?

RE: Can't edit posts in this area

Blowjob
Closed Account
Level:
0
Reputation:
26
Posts:
2.16K
Likes:
189
Credits:
2.53K
11-06-2015, 03:42 AM
#5
11-06-2015, 12:49 AM
JMPRockFm Wrote:
11-06-2015, 12:11 AM
Hug Wrote:
This is due to HideIP

I know you have that plugin, COrrect?

Edit the plugin and comment these two lines:



Code:
$plugins->add_hook("editpost_start", "hideip_edit");
$plugins->add_hook("xmlhttp", "hideip_qedit");

I did what you said and now the hide doesn't show the hide tags, also how do you comment it out I hope i'm doing it correct because its keep giving me errors

Okay, change

Code:
$plugins->add_hook("editpost_start", "hideip_edit");
$plugins->add_hook("xmlhttp", "hideip_qedit");

to

Code:
//$plugins->add_hook("editpost_start", "hideip_edit");
//$plugins->add_hook("xmlhttp", "hideip_qedit");

RE: Can't edit posts in this area

JMPRockFm
Suh Dude
Level:
0
Reputation:
13
Posts:
147
Likes:
4
Credits:
24
OP
13-06-2015, 02:11 PM
#6
11-06-2015, 03:15 AM
Mr_Joker Wrote:
What version of MyBB are you using?
1.6
11-06-2015, 03:42 AM
Hug Wrote:
11-06-2015, 12:49 AM
JMPRockFm Wrote:
11-06-2015, 12:11 AM
Hug Wrote:
This is due to HideIP

I know you have that plugin, COrrect?

Edit the plugin and comment these two lines:




Code:
$plugins->add_hook("editpost_start", "hideip_edit");
$plugins->add_hook("xmlhttp", "hideip_qedit");

I did what you said and now the hide doesn't show the hide tags, also how do you comment it out I hope i'm doing it correct because its keep giving me errors

Okay, change


Code:
$plugins->add_hook("editpost_start", "hideip_edit");
$plugins->add_hook("xmlhttp", "hideip_qedit");

to


Code:
//$plugins->add_hook("editpost_start", "hideip_edit");
//$plugins->add_hook("xmlhttp", "hideip_qedit");

Thank you it's fixed now Smile

RE: Can't edit posts in this area

Blowjob
Closed Account
Level:
0
Reputation:
26
Posts:
2.16K
Likes:
189
Credits:
2.53K
14-06-2015, 12:19 AM
#7
13-06-2015, 02:11 PM
JMPRock Wrote:
Thank you it's fixed now Smile

Okay. Awesome.

Feel free to PM me when you have another bug! :yus:

Users browsing this thread: 1 Guest(s)