• Hi guys,

    Im not really that much into wordpress but i got the following problem.
    A site goes blank somethimes, then when i disable all the plugins it will come back. Then after a few hours after enableing all the plugins again the dissapears again?!

    Any experiences with this issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • It could be a memory issue, you might try increasing the available memory: https://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    To find out if that could be the issue, when the site goes blank you would need to edit the wp-config.php file and set WP_DEBUG to true and see what messages appear.

    one of your plugins is not working fine, it happened for me with uber menu.

    what you shall do is
    – to try to update all plugins
    – to desactivate all and enable them one by one
    after each plugin is enabled you shall test site both on front and back end.

    normally when you will easily spot the problematic plugin.
    try also to désactivate cache and delete all content cache from ftp, just to make sure you are viewing uncached verion of site. or in you cache settiggs configure “do not cache for known users”

    Thread Starter mirp

    (@mirp)

    Thanks for the responses.
    @richard I’ve first tried to fix it by adding the following line to wp-config.php “define(‘WP_MEMORY_LIMIT’, ’64M’);”
    I did this when my site went blank, didnt solve it.

    I havent tried WP_DEBUG yet! thanks for that.

    @yurone i have tried this, there is not 1 specific plugin that solves it. its a other every time i think.
    Can you tell me more about caching please?

    just desactivate caching to be sure that activation / desactivation of the plugins is visible immidiately

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP goes blank, returns after disableing all plugins.’ is closed to new replies.