Forum Replies Created
-
AuthorPosts
-
Robert
ParticipantBrook,
Love the support. Look forward to the patch:)
Alan
*Alan Froggatt*
*Genratec Senior Partner | Genratec Regional Partner*DDI: +6421399275 | E: [email protected] | W:
http://Genratec.com/AFroggatt/ #end
Connect with Alan: Facebook | LinkedInFacebook Pages: Genratec | GenratecAlumni
(past and present clients and friends)__________________________________________________________________________
Genratec ® is a global
innovator in Generative Coaching and Integral Leadership.The *Genratec MasterLiving programme* has created results for thousands of
individuals and their companies since it was first developed in 1996.—
All Genratec Partners, Associates and Coaches are independent licensees of
Genratec® | Genratec.comOctober 15, 2014 at 1:06 pm in reply to: [Multisite] "You do not have sufficient permissions to access this page." #812853Robert
ParticipantThis seems somewhat relevant so I’ll try posting here first:
I have a multisite network with many editors and all of them are being locked out of the admin panel because of the tec-update-message after recent update, seeing exactly the same behavior as OP. I added a simple fix to lib/Activation_Page.php which you might consider including in the plugin:`
if ( !current_user_can(‘manage_options’) ) {
return; // don’t lock out editor accounts
}
`
This is in maybe_redirect function that is launched on admin_init hook. I’ve put it right after is_admin || DOING_AJAX but order should be irrelevant. -
AuthorPosts
