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
{{ message }}
This repository has been archived by the owner on Oct 21, 2018. It is now read-only.
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:
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: