-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Settings Link in Multisite Network #675
Comments
Confirmed fixed via wpsharks/comet-cache-pro@d640106. Also, it appears that the Multisite behavior changed in a recent WordPress update, as one of my Multisite test sites was running an older version of WordPress and ZenCache simply did not show up in the Main Site plugins list at all. Once I updated to the latest version of WordPress, all of the plugins that were Network Activated appeared in the Main Site plugins list. |
Next Lite Release Changelog:
|
Next Pro Release Changelog:
|
ZenCache v160222 has been released and includes changes from this GitHub Issue. See the v160222 announcement for further details. This issue will now be locked to further updates. If you have something to add related to this GitHub Issue, please open a new GitHub Issue and reference this one (#675). |
The settings link leads to an error when viewing the list of active plugins on the Main Site in a Network installation. I actually was not expecting to find ZenCache listed there at all, so a solution to this problem might be to simply exclude those additional links whenever
is_multisite() && !is_network_admin()
Steps to Reproduce
Expected Behavior
That it would take me to the Network admin panel.
Observed Behavior
Permission denied, as a result of trying to load Settings on the Main Site instead of via the Network Admin panel.
The text was updated successfully, but these errors were encountered: