Problem/Motivation
Getting below error while running migration:
[Drupal\Core\Database\DatabaseExceptionWrapper]
SQLSTATE[HY000]: General error: 1 no such table: acl_node: SELECT COUNT(*) AS "expression"
Steps to reproduce
This problem occurs if ACL is not installed on source site and migrations are run.
Proposed resolution
Use DrupalSqlBase instead of SqlBase class.
Remaining tasks
NA
User interface changes
NA
API changes
NA
Data model changes
NA
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupalsqlbase_instead_of_sqlbase-3231034-2.patch | 1.86 KB | narendrar |
Comments
Comment #2
narendrarHere is the patch
Comment #3
wim leersWorks perfectly! :)
Comment #5
salvisThank you narendraR and Wim Leers!