Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    curious if both are network activated or just activated individually.

    Thread Starter Chris Borgman

    (@chrisborgman)

    Thanks for the quick response! NGG is active and working. Uploader is activated.

    https://www.dropbox.com/s/6zwb5whoaghykdt/uploadeer.png
    https://www.dropbox.com/s/0k56tnzg7002ujo/ngg_active.png

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    just so we can be sure, can we network deactivate both in the Network admin, and then network activate both? If I recall right, it ends up saying “network deactivate” as an option even if activated in only one site. If it still complains after that, then something is up.

    Thread Starter Chris Borgman

    (@chrisborgman)

    Nope, no luck, still the same error message.

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    After kicking it around and tinkering with 45 minutes, I’ve determined that this is mostly a case of too persistent notice, and it has to do with Multisite.

    Not sure when it’ll get updated, as I believe we have someone working on some changes. Can’t confirm at the moment. However, due to that uncertainty at the moment, I’m willing to share the quick solution I managed to find for you.

    in the main file, nextgen-public-uploader.php, replace the very first if statement with the following:

    require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
    // If NextGEN Gallery doesn't exist, or it's not active...
    if ( ! class_exists('nggLoader') && ( ! is_plugin_active_for_network( 'nextgen-gallery/nggallery.php' ) || ! in_array( 'nextgen-gallery/nggallery.php', get_option('active_plugins') ) ) ) {

    The require once will be necessary for is_plugin_active_for_network() to work. Hopefully this makes sense ??

    Thread Starter Chris Borgman

    (@chrisborgman)

    OK, yes that worked, thank you. Now I realized I did try out this plugin before with noe issues, and yes, I believe it was on a single user install. The only issue now is that I need it to upload multiple files at once. Are there any plans for the this feature in the future?

    Also, I took a look at your site and webdevstudions, I am needing a custom plugin developed and would like to talk more. What do you suggest?

    Thanks, Chris

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    I’d suggest contacting us through the website contact form. I recall hearing about finding someone to do a lot of work on the plugin that wasn’t me, so I’m not sure what our roadmap is. People who’d read your contact email will know more about what’s going on there, so they’d be the best to ask.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error-You need to install NGG…?? But it is installed!’ is closed to new replies.