techman92
Forum Replies Created
-
I finally figured this one out, and it was a doozy. It turned out to be an issue with my DB and not this plugin. I will go ahead and outline my fix anyway just in case someone else runs into this issue.
In the pre_options table for the main site in the network, there were entries for both pre_users_roles and wp_user_roles. wp_user_roles contained all the data and pre_user_roles was empty. I deleted pre_user_roles and renamed wp_user_roles to replace it and viola, everything worked.
Note:for this example the custom wp table prefix is pre_
I’m not using any plugins that modify user roles. None of my other plugins display roles, but bbpress does add some roles. The default users panel in wordpress displays the user roles just fine. I am using WP in multisite mode.
This workaround worked for me. Thanks for the quick update!
Whenever I click the “Create Piwik Site” from the network dashboard, I get the following error. The primary domain for the network pulled the siteID from piwik, but the other sites produce the error.
You attempted to access the “Networks” dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the “Networks” dashboard, please contact your network administrator.
I am logged in as the super admin in WP and am using the super user api token from piwik.
WP-Piwik v0.9.6.1
WP v3.4.2