Hi, how can i fix this problem: Warning: glob() has been disabled for security reasons in /home/mynickname/public_html/mysite/wp-admin/includes/class-wp-upgrader.php on line 556 Warning: Invalid argument supplied for foreach() in /home/mynickname/public_html/mysitet/wp-admin/includes/class-wp-upgrader.php on line 556 The package could not be installed. No valid plugins were found.Plugin install failed. Thanks for your help.
Hmph, well a few things there really that appear server related but you should be able to resolve it by installing the plugins manually. hope that helps, Nigel
Perhaps the plugin is installed in the wrong directory? Had that happen a few times muh'self. Does that help?
I have installed in the same server three scripts WP. The problem is in one of them, when I updated WP v 3.3. I have deactivate all plugins but the problem still is.
Your host probably doesn't allow running of the glob function. If you have access to the php.ini file, see if there are any functions disabled (look for "disable_functions") and, if so, remove the reference to glob. Or ask your host to remove the glob string from the disabled functions, if you don't have access to the php.ini. Failing that, find a better host.
Kaiti Hopefully you have a good server with an excellent support desk. Contacting them can get yourself out of a lot of problems as they will know if your plugin will work with their configurations and how to make adjustments if necessary. Neil