You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stripe plugin tries to check for user permissions before craft is fully initialized, leading the the error "Element query executed before Craft is fully initialized."
The stripe plugin tries to check for user permissions before craft is fully initialized, leading the the error "Element query executed before Craft is fully initialized."
stripe/src/Plugin.php
Line 579 in 38e97d3
This check would be better off inside the actual event (EVENT_DEFINE_ACTION_MENU_ITEMS)
So instead of:
Do something like this (i also removed the unnecessary email variable assignment in the if statement):
The text was updated successfully, but these errors were encountered: