Fatal error: Missing function get_old_user()
-
Fatal error from PHP error log:
[23-Mar-2015 11:50:36 UTC] PHP Fatal error: Call to a member function get_old_user() on a non-object in […]\wp-content\plugins\admin-bar-user-switching\admin-bar-user-switching.php on line 111
To reproduce this:
1. De-activate and delete Admin Bar User Switching
2. Install Admin Bar User Switching 4.1.1 via WordPress Plugin installer
3. Activate Plugin
4. No fatal error on activation trigger so Admin screen loads
4. Fatal error after activation causes blank screen after WP Admin
5. Affects all WP Admin screens, doesn’t cause blank screen on Theme side but does blank our WP Admin bar.Solution:
Manually rename admin-bar-user-switching to _admin-bar-user-switching within /wp-content/plugins/… via FTP or file manager.
- The topic ‘Fatal error: Missing function get_old_user()’ is closed to new replies.