We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I came across an error in acquia_cms_common_update_8004() function when I updated acquia_cms from v1.5 to v2.
drush updb showed below error and aborted the update,
drush updb
error: class Drupal\workbench_email\Entity\Template not found
Drupal\workbench_email\Entity\Template
I learned that the workbench_email module has to be enabled first to continue with the update. drush en workbench_email
drush en workbench_email
Just wanted to know is this intentional or should this be considered a bug if workbench module is not enabled and we try to update the database?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I came across an error in acquia_cms_common_update_8004() function when I updated acquia_cms from v1.5 to v2.
drush updb
showed below error and aborted the update,error: class
Drupal\workbench_email\Entity\Template
not foundI learned that the workbench_email module has to be enabled first to continue with the update.
drush en workbench_email
Just wanted to know is this intentional or should this be considered a bug if workbench module is not enabled and we try to update the database?
The text was updated successfully, but these errors were encountered: