PHP

PHP Configuration Settings Prevent WordPress Plugin Display

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:

vi /etc/php.ini

Search for the disable_functions line:

/disable_

Ensure that fopen is not included in the list of disabled functions. Then save and quit the file:

:wq!

Restart your httpd service:

service httpd restart

Go to your Manage Plugins page and you should now see a list of Active and Inactive WordPress plugins.

Syndicate content

© 2008-2010 Red Audit LLC.
Page generated in: 0.000192 seconds.