( ! ) Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pokejumbo.ps_country' doesn't exist in /var/www/vhosts/pokesumo.com/httpdocs/classes/db/DbPDO.php:149 Stack trace: #0 /var/www/vhosts/pokesumo.com/httpdocs/classes/db/DbPDO.php(149): PDO->query() #1 /var/www/vhosts/pokesumo.com/httpdocs/classes/db/Db.php(377): DbPDOCore->_query() #2 /var/www/vhosts/pokesumo.com/httpdocs/classes/db/Db.php(664): DbCore->query() #3 /var/www/vhosts/pokesumo.com/httpdocs/src/Adapter/EntityMapper.php(71): DbCore->getRow() #4 /var/www/vhosts/pokesumo.com/httpdocs/classes/ObjectModel.php(283): PrestaShop\PrestaShop\Adapter\EntityMapper->load() #5 /var/www/vhosts/pokesumo.com/httpdocs/config/config.inc.php(146): ObjectModelCore->__construct() #6 /var/www/vhosts/pokesumo.com/httpdocs/index.php(27): require('...') #7 {main} Next PrestaShopException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pokejumbo.ps_country' doesn't exist in /var/www/vhosts/pokesumo.com/httpdocs/classes/db/DbPDO.php on line 151
( ! ) PrestaShopException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pokejumbo.ps_country' doesn't exist in /var/www/vhosts/pokesumo.com/httpdocs/classes/db/DbPDO.php on line 151
Call Stack
#TimeMemoryFunctionLocation
10.0000473976{main}( ).../index.php:0
20.0000476472require( '/var/www/vhosts/pokesumo.com/httpdocs/config/config.inc.php ).../index.php:27
30.00411419064ObjectModelCore->__construct( $id = 8, $id_lang = 2, $id_shop = ???, $translator = ??? ).../config.inc.php:146
40.00411431264PrestaShop\PrestaShop\Adapter\EntityMapper->load( $id = 8, $id_lang = 2, $entity = class Country { public $id = NULL; protected $id_lang = 2; protected $lang_associated = NULL; protected $id_shop = 1; public $id_shop_list = []; protected $get_shop_from_context = TRUE; protected $table = 'country'; protected $identifier = 'id_country'; protected $fieldsRequired = [0 => 'id_zone', 1 => 'iso_code', 2 => 'contains_states', 3 => 'need_identification_number', 4 => 'display_tax_label']; protected $fieldsSize = ['iso_code' => 3]; protected $fieldsValidate = ['id_zone' => 'isUnsignedId', 'id_currency' => 'isUnsignedId', 'call_prefix' => 'isInt', 'iso_code' => 'isLanguageIsoCode', 'active' => 'isBool', 'contains_states' => 'isBool', 'need_identification_number' => 'isBool', 'need_zip_code' => 'isBool', 'zip_code_format' => 'isZipCodeFormat', 'display_tax_label' => 'isBool']; protected $fieldsRequiredLang = [0 => 'name']; protected $fieldsSizeLang = ['name' => 64]; protected $fieldsValidateLang = ['name' => 'isGenericName']; protected $tables = []; protected $webserviceParameters = ['objectsNodeName' => 'countries', 'fields' => [...]]; protected $image_dir = NULL; protected $image_format = 'jpg'; protected $translator = NULL; protected $def = ['table' => 'country', 'primary' => 'id_country', 'multilang' => TRUE, 'fields' => [...], 'associations' => [...], 'classname' => 'Country']; protected $update_fields = NULL; public $force_id = FALSE; public $id_zone = NULL; public $id_currency = NULL; public $iso_code = NULL; public $call_prefix = NULL; public $name = NULL; public $contains_states = NULL; public $need_identification_number = NULL; public $need_zip_code = NULL; public $zip_code_format = NULL; public $display_tax_label = TRUE; public $active = TRUE }, $entity_defs = ['table' => 'country', 'primary' => 'id_country', 'multilang' => TRUE, 'fields' => ['id_zone' => [...], 'id_currency' => [...], 'call_prefix' => [...], 'iso_code' => [...], 'active' => [...], 'contains_states' => [...], 'need_identification_number' => [...], 'need_zip_code' => [...], 'zip_code_format' => [...], 'display_tax_label' => [...], 'name' => [...]], 'associations' => ['zone' => [...], 'currency' => [...], 'l' => [...]], 'classname' => 'Country'], $id_shop = 1, $should_cache_objects = TRUE ).../ObjectModel.php:283
50.00421433032DbCore->getRow( $sql = class DbQuery { protected $query = ['type' => 'SELECT', 'select' => [...], 'from' => [...], 'join' => [...], 'where' => [...], 'group' => [...], 'having' => [...], 'order' => [...], 'limit' => [...]] }, $use_cache = ??? ).../EntityMapper.php:71
60.00421415896DbCore->query( $sql = 'SELECT *\nFROM `ps_country` a\nLEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2\nLEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1\nWHERE (a.`id_country` = 8) LIMIT 1' ).../Db.php:664
70.00421415896DbPDOCore->_query( $sql = 'SELECT *\nFROM `ps_country` a\nLEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2\nLEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1\nWHERE (a.`id_country` = 8) LIMIT 1' ).../Db.php:377