[wp-trac] [WordPress Trac] #11495: Automatic upgrade does not use custom directory structure
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 19 12:47:30 UTC 2009
#11495: Automatic upgrade does not use custom directory structure
-----------------------------+----------------------------------------------
Reporter: sirzooro | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Upgrade/Install | Version: 2.9
Severity: normal | Keywords: needs-patch
-----------------------------+----------------------------------------------
Comment(by sirzooro):
Plugin upgrade works fine, problem is with core upgrade. Looks that
upgrader unpacks downloaded archive only, and does not move files to
correct locations.
My defines (added to wp-config.php):
{{{
define( 'WP_CONTENT_DIR', ABSPATH . 'my-content' );
define( 'WP_CONTENT_URL', '/my-content' );
define( 'WP_PLUGIN_DIR', ABSPATH . 'my-plugins' );
define( 'WP_PLUGIN_URL', '/my-plugins' );
define( 'PLUGINDIR', 'my-plugins' );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11495#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list