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
This is another Drush command that would be very handy for my shop's Backdrop development; I imagine it would come in handy for others doing similar work as well.
The text was updated successfully, but these errors were encountered:
drush rap 'anonymous' 'post comments'
Error: Call to undefined method stdClass::getAllModulePerms() in backdrop_command_role_perm() (line 229 of /opt/drush/8/drush/drush/commands/backdrop/commands/core/backdrop_role.drush.inc).
Drush command terminated abnormally due to an unrecoverable error.
The function @getAllModulePerms@ is in @/opt/drush/8/drush/drush/lib/Drush/Role/RoleBase.php@ which is a whole file of Drupal 6, 7 and 8 stuff that looks important to all of these Drush role commands, but I'm not sure how or where to duplicate that file for Backdrop.
Adding the "help wanted" label here because I'm feeling quite stuck! I might return to this a bit later but will unassign myself from the task should it feel beyond me when I do.
This is another Drush command that would be very handy for my shop's Backdrop development; I imagine it would come in handy for others doing similar work as well.
The text was updated successfully, but these errors were encountered: