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
I know this plugin is listed under Craft 3 plugins (and has it in the repo title), but we ran into some issues i.e. calling Craft::$app->getConfig()->maxPowerCaptain(); instead of \craft\Helpers\App::maxPowerCaptain();.
We also got an error using the example
./craft walk entries --section=blog --limit=null elements.saveElement
Calling [elements.saveElement] on each Entry.Exception 'TypeError' with message 'Argument 3 passed to craft\services\Elements::saveElement() must be of the type boolean, null given'
Thank you!
The text was updated successfully, but these errors were encountered:
Craft method calls have been updated (#4), and I've split the userdata TypeError into another issue (#5). Thanks @jon-heller for calling these issues to our attention. 👍
I know this plugin is listed under Craft 3 plugins (and has it in the repo title), but we ran into some issues i.e. calling
Craft::$app->getConfig()->maxPowerCaptain();
instead of\craft\Helpers\App::maxPowerCaptain();
.We also got an error using the example
Thank you!
The text was updated successfully, but these errors were encountered: