wp-admin crashed after latest wppa update!
-
Sorry Jacob, I have to report another fatal error:
The wppa update I ran today causes white screen of death to everything wp-admin.
Gladly the front end was not affected 🙂We cannot follow the google-everywhere procedure to “deactivate ALL plugins” as it is a secured membership site.
So I had to go through each plugin individually via renaming it in ftp.
While doing that I got a better idea: turned on wp-debug log (gets saved in wp-content and NOT displayed on screen when people use this in their config:define( ‘WP_DEBUG’, true ); // Or false
if ( WP_DEBUG ) {
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
}(you ONLY need to change the standard “false” to “true” during debugging 🙂
Back to wppa: So the debug log shows PLENTY of these:
PHP Fatal error: Uncaught Error: Call to undefined function exif_tagname() in /…/public_html/wp-content/plugins/wp-photo-album-plus/wppa-exif-iptc-common.php:4251
Could you please correct this before rolling out the next update Jacob?
For the meantime I overwrote the entire wppa folder with the prior version. And promptly the site is back at work 🙂
Thank you
- The topic ‘wp-admin crashed after latest wppa update!’ is closed to new replies.