-
Notifications
You must be signed in to change notification settings - Fork 9
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
Not loading in recent versions of Craft 3.7.x #51
Comments
I'm not able to reproduce that, so it's likely due to a conflict with some other plugin (or a custom module) installed on your end. You're probably right that this is the same issue as craftcms/cms#2473 (and the one you linked, which is basically the same problem – i.e. craftcms/cms#11033). I just cut a release 1.4.5 that changes the event MatrixMate listens to from FYI though, both of these events should actually be safe to use in terms of avoiding the actual problem described in the issues linked. From a core perspective, the |
Thanks for the detailed background info and pushing a fix so quickly! We’ll be moving this site to Craft 4.1 before the end of the summer but we did deactivate all plugins as part of our testing process before I submitted this so that’s still a mystery. |
@daltonrooney What about custom modules? |
@mmikkel Yep, just found it, a call to |
@daltonrooney Right on, thanks for the follow-up! |
I'm not sure exactly when this started, but it appears that MatrixMate assets aren't loading in the CP in recent versions of 3.7. Possibly related? craftcms/cms#11033 (comment)
Craft::$app->getUser()->checkPermission('accessCp')
always returns false in theonAfterLoadPlugins()
method. Changing the event that loads that method toApplication::EVENT_INIT
does seem to solve the problem.The text was updated successfully, but these errors were encountered: