Can not access backend after upgrading from 5.1.1. to 5.3.2.
-
Dear all,
I am seeking support; I am not able to access the WP backend after upgrading the WP version to 5.3.2. When I want to login I get a (German) error message stating that there is a critical error and that i should check my admin email. However I did not receive any emails.
The frontend of the page (including web formular) still works fine.
I added the following debugging code into the wp-config.php, however no logfile is written and no error code is shown:
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );
// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );
// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( ‘SCRIPT_DEBUG’, true );On a side note: I did performe a backup utilizing BackWPup.
Did someone encounter a similar problem? Any suggestions regarding debugging?
Many thanks for your support,
Christian
- The topic ‘Can not access backend after upgrading from 5.1.1. to 5.3.2.’ is closed to new replies.