Hello,
I get a white page with the following text when I install the module "commerce_shipping" in version (dev-2.x) or (2.0-beta4) :
Le site Web a rencontré une erreur inattendue. Veuillez essayer de nouveau plus tard.The website encountered an unexpected error. Please try again later.<br />
I do not know why I get this error, drush command return me this:
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd8_gcp.commerce_store__shipping_countries' doesn't exist: [error]
SELECT t.*
FROM
{commerce_store__shipping_countries} t
WHERE (entity_id IN (:db_condition_placeholder_0)) AND (deleted = :db_condition_placeholder_1) AND (langcode IN (:db_condition_placeholder_2,
:db_condition_placeholder_3, :db_condition_placeholder_4))
ORDER BY delta ASC; Array
(
[:db_condition_placeholder_0] => 1
[:db_condition_placeholder_1] => 0
[:db_condition_placeholder_2] => fr
[:db_condition_placeholder_3] => und
[:db_condition_placeholder_4] => zxx
)
in Drupal\Core\Entity\Sql\SqlContentEntityStorage->loadFromDedicatedTables() (line 1165 of
/home/sites/D8_commerce/web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php) #0
/home/sites/D8_commerce/web/core/lib/Drupal/Core/Database/Connection.php(650): Drupal\Core\Database\Connection->handleQueryException(Object(PDOException), 'SELECT
t.*\nFROM...', Array, Array)
#1 /home/sites/D8_commerce/web/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php(87): Drupal\Core\Database\Connection->query('SELECT t.*\nFROM...', Array, Array)
#2 /home/sites/D8_commerce/web/core/lib/Drupal/Core/Database/Query/Select.php(510): Drupal\Core\Database\Driver\mysql\Connection->query('SELECT t.*\nFROM...', Array,
Array)
#3 /home/sites/D8_commerce/web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php(1165): Drupal\Core\Database\Query\Select->execute()
#4 /home/sites/D8_commerce/web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php(510):
....
I need to do:
composer remove drupal/commerce_shipping
drush pmu commerce_shipping
drush cr
to make it works again, but I really need the shipping...