Cannot open plugins directory?
-
I’m on a hosted account, windows OS w/ PHP. I have WP1.5 running great for most things but plugins. (I need windows OS due to some MS Access ASP pages I have running that I can’t shut down).
When I go to the plugins admin page, I get the “couldn’t open plugins directory or no plugins” message. I did some sleuthing and determined that my ISP has readdir and closedir disabled. Is this the cause of the problem? I looked at the code in the various WP files and saw this:
$plugins_dir=@ dir(blah blah) followed by dir->read
I’m assuming this is similar to readdir, which is disabled in my account…
The themes admin page works fine, but the theme editing page doesn’t actually show any code in the window.
I’ve talked to my ISP and determined that there is no way to get the function enabled, so… do I have no ability to install plugins? I’ve also checked permissions, and the directory appears to have the ability to read and execute scripts.
Any insight much much appreciated!
- The topic ‘Cannot open plugins directory?’ is closed to new replies.