plugins being installed into another directory
-
I’ve been dealing with a few bugs in a wordpress install I have and just noticed I have a very strange issue where plugins that are being added from the dashboard via ‘add new’ are being installed into a completely different directory.
For example, my absolute path to the WP install is something like this:
/home/user/httpdocs/Yet when adding plugins WP seems to have created a new folder and dumped plugins here:
/home/user/home/user/httpdocs/wp-content/pluginsIt basically seems to be ignoring the actual absolute path or at least duplicating the /home/user portion.
Has anyone else seen this before? What could be causing it? WP still sees plugins in the proper directory /home/user/httpdocs/wp-content/plugins and is able to activate and delete them from there as well.. so if I upload them via ftp to this location all is well.. if I use ‘add new’ things appear to get screwy.
Appreciate any feedback.
The topic ‘plugins being installed into another directory’ is closed to new replies.