Forums

Internal Server Error when updating pages (3 posts)

  1. bodhidude
    Member
    Posted 1 year ago #

    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

  2. bodhidude
    Member
    Posted 1 year ago #

    I've also confirmed I'm using php5 as well......

  3. Brian Hatano
    Member
    Posted 1 year ago #

    I'm having a similar problem with one of my installs...

Topic Closed

This topic has been closed to new replies.

About this Topic