Andy Staines wrote:
David, Owen or Matt

OK - so I put the define into wp-config as:

define('UPLOADS', ABSPATH.'/wp-content/images');

wp_upload_dir() prepends ABSPATH to the path, so you'll have to use just:

define('UPLOADS', 'wp-content/images');

I assume this is because the UPLOADS constant is used elsewhere to determine the URL of the uploaded images, which wouldn't include ABSPATH.

Owen


_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to