clarkee
Member
Posted 6 years ago #
I have installed WordPress on Freebsd 6.0 release, with apache-2.1.4, php5-5.0.4_2, mysql-server-4.1.14 and mysql-client-4.1.14.
When I log in as admin, and click on the Plugins link, I am given a blank page.
When I am behind a squid proxy I get the error "Zero page size" like some other users, but this *IS NOT* a squid issue.
Any help WP people?
PaulSmith
Member
Posted 6 years ago #
I had that problem and then disabled "Show Recent Comments V.2" plugin (http://www.mcmike.nl/english). Now the page shows up. (Was also not getting any WP Admin pages, btw.)
- Paul
pizdin_dim
Member
Posted 6 years ago #
Have you looked in the error_log file for the Apache webserver? If there's an error, it will be logged there, unless you have deliberately disabled error logging. Also, check that your wp-settings.php file is reporting errors. By default it says this:
error_reporting(E_ALL ^ E_NOTICE);