Plugin Organizer Blank Screen After Update
-
I see several people are having this problem. These PHP errors helped me get a workaround by just copying the files to the (incorrect) location. I also had to (re?)copy the MU plugin file.
PHP Warning: require_once(C:\inetpub\wwwroot\wordpress\wp-content\plugins\plugin-organizer\lib/plugin-organizer/tpl/admin_css.php): failed to open stream: No such file or directory in C:\inetpub\wwwroot\wordpress\wp-content\plugins\plugin-organizer\lib\PO_Template.class.php on line 44
PHP Fatal error: require_once(): Failed opening required 'C:\inetpub\wwwroot\wordpress\wp-content\plugins\plugin-organizer\lib/plugin-organizer/tpl/admin_css.php' (include_path='.;C:\php\pear') in C:\inetpub\wwwroot\wordpress\wp-content\plugins\plugin-organizer\lib\PO_Template.class.php on line 44
So the abspath is not returning correctly for some reason.
- The topic ‘Plugin Organizer Blank Screen After Update’ is closed to new replies.