[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:42:28 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: |
-----------------------------+------------------------------
Comment (by dd32):
try these defines then:
{{{
define('FTP_BASE', '/subdomains/www/');
define('FTP_CONTENT_DIR', '/subdomains/www/wp-content/');
define('FTP_PLUGIN_DIR', '/subdomains/www/wp-content/plugins/');
}}}
Once we work out which combination is needed, I can take a look at the
code and see where it's falling over for you. It honestly sounds like
is_dir() is returning incorrectly (or rather, is hitting an unexpected
case). If we can get the process to work with the constants, it rules out
that part of the code.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14401#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list