• When I update a page I get a internal server error 500 instead of reloading the page. The changes are saved and published. I’ve the error on most pages but not on everyone. There are pages witch I can update on a normal way.

    Can anyone help me with this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try deactivating all plugins to see if this resolves the problem.

    Hi,

    Do this:

    * Login to my FTP account and go to /wp-content
    * Rename wp-cache-config.php to anything else
    * Site is back immediately instead of showing Internal Server Error

    Thanks,

    Shane G.

    Thread Starter erwin_m

    (@erwin_m)

    I’ve tried to deactivate all the plugins, this doesn’t resolve anything. The template I’m using is developed by myself, as beeing a amateur. So, there isn’t a file as wp-cache-config.php. The site self is online there isn’t a problem. The problem is only for the backend. When wp tries to reload the page where you can edit the page, then there’s the error, the url on that moment is:

    http://www.mydomain.nl/wordpress/wp-admin/page.php?action=edit&post=25&_wp_original_http_referer=http%3A%2F%2Fwww.mydomain.nl%2Fwordpress%2Fwp-admin%2Fedit-pages.php%3Fpagenum%3D3&message=1

    The problem isn’t there with updating of all pages, just by some of them. And it hasn’t been there before.

    More suggestions?

    I am going to post this everywhere that someone write about this so that you can try this solution out.

    Make that if you have reinstalled wordpress, that you .htaccess file is correct. If you have wordpress installed on your main directory(you see wordpress content when you first enter the site) your .htaccess file should look similar to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘internal server error 500 when updating page’ is closed to new replies.