Online Page Editor Add-on Support Product Page
Solved
Getting a 500 error when clicking the pencil icon. folder attributes are set to 777.
Reported 04 Apr 2013 17:31:31
1
has this problem
04 Apr 2013 17:31:31 Stuart Dent posted:
Getting a 500 error when clicking the pencil icon. folder attributes are set to 777. Replies
Replied 04 Apr 2013 21:27:53
04 Apr 2013 21:27:53 Vulcho Vulev replied:
Hello Stuart.
Can you please provide me with link to the problem page?
Regards:Vulcho.
Can you please provide me with link to the problem page?
Regards:Vulcho.
Replied 05 Apr 2013 16:10:15
05 Apr 2013 16:10:15 Stuart Dent replied:
www.thedragonpool.com/
u:demo p:demo
u:demo p:demo
Replied 05 Apr 2013 16:32:27
05 Apr 2013 16:32:27 Teodor Kuduschiev replied:
Hello,
Please make sure your editable div contains only an id.
Currently it contains:
I suggest taking out the id in separate div like:
Please make sure your editable div contains only an id.
Currently it contains:
<div class="row-fluid" id="editThis">
I suggest taking out the id in separate div like:
<div class="row-fluid"> <div id="editThis"> ... </div> </div>
Replied 05 Apr 2013 16:37:59
05 Apr 2013 16:37:59 Stuart Dent replied:
OK done that and still same error.
Replied 05 Apr 2013 18:03:00
05 Apr 2013 18:03:00 Teodor Kuduschiev replied:
Please enable the detailed error reporting on your server, so we can check what exactly is causing the 500 error.
Replied 05 Apr 2013 23:47:26
05 Apr 2013 23:47:26 Stuart Dent replied:
I seem to have fixed this, I placed the editThis div in a different place and it started working, weird thing is I placed it back where i was having initial problem and it carried on working.
many thanks for your help.
many thanks for your help.