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

Stephen Ollman created an issue. See original summary.

stephen ollman’s picture

Ok 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.

stephen ollman’s picture

Status: Active » Closed (works as designed)
renatog’s picture

Status: Closed (works as designed) » Fixed

Hello @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

renatog’s picture

renatog’s picture

Tested upgrades directly from 8.x-2.9 to 8.x-2.16 and works well now.

Thanks a lot

renatog’s picture

Status: Fixed » Closed (fixed)