[wp-trac] [WordPress Trac] #14401: Unable to locate WordPress Content directory (wp-content).
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 21 23:23:08 UTC 2011
#14401: Unable to locate WordPress Content directory (wp-content).
-----------------------------+------------------------------
Reporter: pavelevap | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 3.0
Severity: normal | Resolution:
Keywords: |
-----------------------------+------------------------------
Changes (by dd32):
* milestone: => Awaiting Review
Comment:
Ignore what the phpinfo says for a start, it sounds like it's not what
your FTP server says.. which is where the confusion seems to be occurring.
First of all, try the constants with the FTP path:
{{{
define('FTP_BASE', '/srv2/www/domain.eu/subdomains/www/');
define('FTP_CONTENT_DIR', '/srv2/www/domain.eu/subdomains/www/wp-
content/');
define('FTP_PLUGIN_DIR', '/srv2/www/domain.eu/subdomains/www/wp-
content/plugins/');
}}}
Next up, Ignore the WordPress upgrader for a moment, Connect via a
standard FTP client, What is the path there? What is the directory that it
opens to by default? What is the path that WordPress is installed in
according to the FTP Client?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14401#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list