[wp-trac] [WordPress Trac] #8668: Plug-in/Core update doesn't work - Unable to locate WP Content directory (was: Plug-in update no longer works on my configuration with 2.7)
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 2 14:53:45 UTC 2010
#8668: Plug-in/Core update doesn't work - Unable to locate WP Content directory
----------------------------+-----------------------------------------------
Reporter: cwiltgen | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.0
Component: Plugins | Version: 3.0
Severity: normal | Resolution:
Keywords: plugins update |
----------------------------+-----------------------------------------------
Changes (by ocean90):
* status: closed => reopened
* resolution: worksforme =>
* version: 2.7 => 3.0
* milestone: => 3.0
Comment:
I have the same problem.[[BR]]
"Unable to locate WordPress Content directory (wp-content)." (Plugin
install)[[BR]]
"Unable to locate WordPress Root directory." (Core update)[[BR]]
I use the FTP option.
{{{
WP_CONTENT_DIR = /var/www/web39/html/blog/wp-content/
FTP DIR = /html/blog/wp-content/
}}}
But I it works, if i add these lines to my wp-config.php:
{{{
putenv('TMPDIR=/var/www/web39/html/blog/wp-content/tmp');
define('WP_TEMP_DIR', ABSPATH . 'wp-content/tmp');
}}}
If you need more infos, ask. Maybe we can fix it in 3.0.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/8668#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list