Multisite paths should not be wp-content/blogs.dir
-
From Multisite 3.4.2 images of subsites are no longer stored in /wp-content/blogs.dir/ see https://codex.www.ads-software.com/Multisite_Network_Administration.
The lines in wppa.php for multisite installations should be something like this:
if ( $debug_multi || ( is_multisite() && ! WPPA_MULTISITE_GLOBAL ) ) { define( 'WPPA_UPLOAD', $rel_uploads_path ); define( 'WPPA_UPLOAD_PATH', WPPA_ABSPATH.WPPA_UPLOAD.'/wppa' ); define( 'WPPA_UPLOAD_URL', site_url().'/'.WPPA_UPLOAD.'/wppa' ); $user = is_user_logged_in() ? '/'.wppa_get_user() : ''; define( 'WPPA_DEPOT', trim( '/wppa-depot'.$user, '/' ) ); define( 'WPPA_DEPOT_PATH', WPPA_UPLOAD_PATH.'/'.WPPA_DEPOT ); define( 'WPPA_DEPOT_URL', WPPA_UPLOAD_URL.'/'.WPPA_DEPOT ); else {
Best regards,
Marcel.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Multisite paths should not be wp-content/blogs.dir’ is closed to new replies.