Blank screen when trying to load plugin
-
I’ve searched and found many people with this same problem, but the solutions do not work for me.
When I visit mydomain.com/wp-admin/admin.php?page=wp-statistics/wp-statistics.php I see the top navigation bar and the left navigation bar, but the inside is blank. When I view the HTML source, it ends on this code:
<div id="wpbody-content" aria-label="Main content" tabindex="0"> <div id="screen-meta" class="metabox-prefs"> <div id="contextual-help-wrap" class="hidden no-sidebar" tabindex="-1" aria-label="Contextual Help Tab"> <div id="contextual-help-back"></div> <div id="contextual-help-columns"> <div class="contextual-help-tabs"> <ul> </ul> </div> <div class="contextual-help-tabs-wrap"> </div> </div> </div> </div> <script type="text/javascript"> jQuery(document).ready(function(){ postboxes.add_postbox_toggles(pagenow); }); </script>
And here are the versions of php and mysql I’m running:
[root@webserver ~]# mysql -V
mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1
[root@webserver ~]# php -v
PHP 5.3.3 (cli) (built: Oct 30 2014 20:12:53)And I have a *very* large amount of processing power on my machine, but I also went ahead and added this to wp-config.php:
define('WP_MEMORY_LIMIT', '1024M');
So any other ideas on how to troubleshoot the problem? I also disabled all other plugins, but that did not make a difference.
Tks for your advice~
- The topic ‘Blank screen when trying to load plugin’ is closed to new replies.