• Resolved bluedrag

    (@bluedrag)


    I’ve just migrated my wordpress blog from a local WAMP server to my linux server. Everything is working fine except when I try and activate a plugin, I just get a blank page. If I it back, it brings me back to the plugin page and if I refresh this page I find that the plugin is, infact active. This is just very strange behaviour for WordPress. Does anyone have any idea what could be wrong?

    Exact same thing happens when I save options or a page/post.

Viewing 1 replies (of 1 total)
  • Thread Starter bluedrag

    (@bluedrag)

    I fixed the problem, turned out to be a lack of memory in PHP. You can fix it by either modifiying the php.ini file on your server or adding the following line to your wp-config.php file

    define(‘WP_MEMORY_LIMIT’, ’64M’);

Viewing 1 replies (of 1 total)
  • The topic ‘Blank Page after saving page/post or activating plugin’ is closed to new replies.