Failed: Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'opcit_drupal8.modal_page_modal__roles' doesn't exist: SELECT t.* FROM {modal_page_modal__roles} t WHERE (entity_id IN (:db_condition_placeholder_0, :db_condition_placeholder_1)) AND (deleted = :db_condition_placeholder_2) AND (langcode IN (:db_condition_placeholder_3, :db_condition_placeholder_4, :db_condition_placeholder_5)) ORDER BY delta ASC; Array ( [:db_condition_placeholder_0] => 1 [:db_condition_placeholder_1] => 2 [:db_condition_placeholder_2] => 0 [:db_condition_placeholder_3] => en [:db_condition_placeholder_4] => und [:db_condition_placeholder_5] => zxx ) in Drupal\Core\Entity\Sql\SqlContentEntityStorage->loadFromDedicatedTables() (line 1261 of /home/opcit/public_html/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
Comments
Comment #2
stephen ollmanOk so worked out that we were trying to go straight from 8.x-2.11 to 8.x-2.14, which broke the site due to the error above.
Needed to update to 8.x-2.12 and 8.x-2.13 first before going to 8.x-2.14.
Comment #3
stephen ollmanComment #4
renatog commentedHello @stephen-ollman how are you?
I'm happy that worked for you.
But the update from 8.x-2.11 to 8.x-2.14 should be works as well.
We fixed it at:
#3162395: Module upgrade from 8.x-2.9 to higher is not smooth
Thank you so much for your help.
Have a great week
Comment #5
renatog commentedComment #6
renatog commentedTested upgrades directly from 8.x-2.9 to 8.x-2.16 and works well now.
Thanks a lot
Comment #7
renatog commented