Internal Server Error when editing block content

Permalink
Hi all,

I am getting and Internal Server Error when I try to edit content in a Content block. IF I try to view the HTML using the editor I get this:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@emmabartholomewpr.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I have checked the log files and noting is recorded. I am running the latest version of C5 as well.

Any ideas?

Cheers

Ben

bencox
 
chadsmith729 replied on at Permalink Reply
chadsmith729
Ben,

A couple of questions. First I can deduct that if you are seeing an "Internal Server Error" then you are using Apache. Am I correct about this and if so what version? Apache 1.3 or 2.x?

The second part is do you have the pretty url's .httaccess file working? I suspect that you turned that on and for some reason Apache isn't digging that.

Let me know and we'll get this worked out.
bencox replied on at Permalink Reply
bencox
Hi,

Apache version 2.2.16
PHP version 5.2.14

Pretty URLS are off and the .htaccess is blank.

Any use?

Cheers

Ben
chadsmith729 replied on at Permalink Reply
chadsmith729
Try this.

Open up your .htaccess file and put in the following:
RewriteEngine Off

This will turn off the rewrite engine for Apache.

No comments, no nothing but the RewriteEngine Off directive in the .htaccess file. It will turn it off for your site, just be aware of that.
chadsmith729 replied on at Permalink Reply
chadsmith729
You can also look at this Concrete5 forum message about the same thing:
http://www.concrete5.org/community/forums/usage/help-tinymce-intern...
bencox replied on at Permalink Reply
bencox
Chad,

Have tried the RewriteEngine Off and also uploading the core again as per that post both to no avail!

Next? :)

Ben
Brainakazariua replied on at Permalink Reply
Brainakazariua
Just uploading the core sometimes fixes it. on the other hand it's possible something is missing in your database.

try "upgrading" your site to your current version by:

uploading a new core
opening your site with /tools/upgrade?force=1 or /index.php/tools/upgrade?force=1 behind your domain name (in the browser you use, not in the site.php) to run an "upgrade".

if you upload the same core as the version you are running it still "upgrades" to that version.
bencox replied on at Permalink Reply
bencox
:( Guess what, still no luck.

Ben
Brainakazariua replied on at Permalink Best Answer Reply
Brainakazariua
Did you check with your hosting company to see if the rights on all the files are correct? there might be a file/folder (or multiple) with wrong permissions/a wrong owner assigned to it
bencox replied on at Permalink Reply
bencox
Hi,

The hosting company changed the perms on the 'upgrade' folder which has fixed it. :)

Weird but fixed.

Cheers all for your help.

Ben