• Hello sir. I still can’t get this to work for me. When I use define( ‘WPPA_MULTISITE_GLOBAL’, true ); it breaks my site by not allowing me to edit an album, when I go to the album admin it takes a long time to load and loads my server down. Also when I go to my widgets page I can’t seee my side bars anymore. Maybe I’m not understanding how to use this code properly (define( ‘WP_CONTENT_DIR’, ‘{Your path to your wp-content directory without slash}’ );
    define( ‘WP_CONTENT_URL’, ‘{Your full url to your wp-content directory without slash}’ );

    also add to wp-config.php:

    define(‘WPPA_REL_UPLOADS_PATH’, ‘{Your name for wp-content}/{Your name for uploads}’);
    define(‘WPPA_REL_DEPOT_PATH’, ‘{Your name for wp-content}’);. Do I need to create new folders for the ‘WPPA_MULTISITE_GLOBAL’, true ); situation? Maybe I’m not adding the proper links for these codes. Please help. Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you did not change the name of …/wp-content or …/wp-content/uploads you need no further action than only add:
    define( ‘WPPA_MULTISITE_GLOBAL’, true );

    IMPORTANT:
    define( ‘WPPA_MULTISITE_GLOBAL’, true ); must appear near the top of the file, in any case BEFORE:

    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    

    If you have this correctly set up and you still have the problem, i would like to look around in your site myself to see if i can find the cause of this aparently infinite loop.

    You can mail me directly at opajaap at opajaap dot nl

    Thread Starter etree1975

    (@etree1975)

    OK. Do I need to create a login for you to get into the back end of my site? Or can you do what you need to do from the front end?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Yes i need admin login. You can mail me at opajaap at opajaap dot nl

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Thank you for the login credentials. Can you please ask your hosting provider to increase the php ini setting max_execution_time from 30 to 120?

    Thread Starter etree1975

    (@etree1975)

    Thank you! Well I changed my max_execution_time from 30 to 120 and I still couldn’t get it to work. I have been trying to make this work for a while with no luck. I think I’m going to give up on that. Now can you tell me how to move my uploaded photos from one site’s folder to another site’s folder in my C-Panel that would be great? This way would work just as well for what I’m trying to accomplish. I know it will take more time for me but that’s ok. Thank you for your help!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘define( ‘WPPA_MULTISITE_GLOBAL’, true );’ is closed to new replies.