PHP
PHP Configuration Settings Prevent WordPress Plugin Display
Submitted by Vu M. Nguyen on Wed, 01/28/2009 - 15:29
Published in
When using the WordPress Admin --> Plugins page, nothing appears listed even though you installed the plugins manually. You or your hosting company may have disabled the php function fopen.
If you have access to /etc/php.ini:
Search for the disable_functions line:
Ensure that fopen is not included in the list of disabled functions. Then save and quit the file:
Restart your httpd service:
Go to your Manage Plugins page and you should now see a list of Active and Inactive WordPress plugins.
