• Greetings
    I’m using wordpress 3.0.1 with a custom theme I just created and I’m getting an internal server error 500 when updating pages from the admin panel. This only happens when the page is over a certain length, if its just a couple of paragraphs it does not happen but if its more than 5 or 6 paragraphs (over about 1000 words) I get this error.
    I have already tried switching to the default theme and disabling the plugins but I still get the error. I also tried recreating my .htaccess file and that didn’t work either, this is what the .htaccess file shows right now:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Does anyone know what might be causing this?
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Internal Server Error when updating pages’ is closed to new replies.