• Hello,

    I am using wordpress 4.2.2 multiste and on one of my site, when I try to activate the Smart Manager for e-Commerce lite version pluggin, I get the following error message`
    You attempted to access the “MyNetwork SiteName” dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the “MyNetwork SiteName” dashboard, please contact your network administrator.

    If you reached this screen by accident and meant to visit one of your own sites, here are some shortcuts to help you find your way.`

    On the other site I can activate with no probleme.
    Also I am logged in as super user..

    Could pplease help me here

    https://wordpress.org/plugins/smart-manager-for-wp-e-commerce/

Viewing 1 replies (of 1 total)
  • Plugin Author storeapps

    (@storeapps)

    Hi Frederic,

    Sorry for the inconvenience caused.

    Would like to update you that Smart Manager on activation is trying to redirect the user to the Smart Manager page. Explaining further, so in order to avoid the same redirection on a multi-site setup you would need to make the following small code change in the ‘smart-manager.php’ file.

    You need to simply search for

    add_option( ‘_sm_activation_redirect’, ‘pending’ );

    in ‘smart-manager.php’ file the and replace the same with

    if (!is_network_admin()) {
    add_option( ‘_sm_activation_redirect’, ‘pending’ );
    }

    and then after saving the file simply try again to activate Smart Manager and the issue should be resolved.

    P.S. For any further queries or communication please do write to us at ‘support@storeapps.org’

Viewing 1 replies (of 1 total)

The topic ‘Cannot activate pluggin’ is closed to new replies.