wp-admin blank page after failed plugin update error 500
-
Today i’ve upgraded my PHP version to 7.3 and everything was working fine with WordPress 5.1 only some slower.
The next step was to update plugins, i wanted to upgrade the following plugins;-
UpdraftPlus
Divi Builder
Bloom
MonarchAfter a few minutes an error 500 occured. Then i’ve cleared my browser cache and reloaded the wp-admin page (which is different with the wps hide login plugin). It only shows an blank page with no error at all.
After some researh i’ve rolled back to PHP version 7.2 and removed the failed update plugins from the wp-content folder and readded them via FTP from an restore point yesterday. No progress at all.
The next step was to add the following rules to wp-config file so an debug.log would be created;
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
define( ‘WP_DEBUG_LOG’, true );I’ve reloaded the page with different browsers and cleared the cache. But no debug.log file is created.
What’s the next step to troubleshoot this issue?
The page I need help with: [log in to see the link]
The topic ‘wp-admin blank page after failed plugin update error 500’ is closed to new replies.