Jump to content

Edit History

Lynda

Lynda

Et voici le rapport d'erreur associé :

 

[PrestaShopDatabaseException]

Table 'dbs198117.ps_currency_lang' doesn't exist
 

SELECT * FROM `ps_currency` a LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1 LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 1) LIMIT 1


at line 769 in file classes/db/Db.php

764. if ($webservice_call && $errno) { 765. $dbg = debug_backtrace(); 766. WebserviceRequest::getInstance()->setError(500, '

 ' . $this->getMsgError() . '. From ' . (isset($dbg[3]['class']) ? $dbg[3]['class'] : '') . '->' . $dbg[3]['function'] . '() Query was : ' . $sql, 97); 767. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 768. if ($sql) { 769. throw new PrestaShopDatabaseException($this->getMsgError() . '<br /><br /><pre>' . $sql . '</pre>'); 770. } 771. 772. throw new PrestaShopDatabaseException($this->getMsgError()); 773. } 774. }


DbCore->displayError - [line 385 - classes/db/Db.php] - [1 Arguments]

DbCore->query - [line 663 - classes/db/Db.php] - [1 Arguments]

DbCore->getRow - [line 75 - src/Adapter/EntityMapper.php] - [1 Arguments]

PrestaShop\PrestaShop\Adapter\EntityMapper->load - [line 264 - classes/ObjectModel.php] - [6 Arguments]

ObjectModelCore->__construct - [line 177 - classes/Currency.php] - [3 Arguments]

CurrencyCore->__construct - [line 101 - src/Adapter/Currency/CurrencyDataProvider.php] - [2 Arguments]

PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider->getCurrencyByIsoCode - [line 119 - src/Adapter/Currency/CurrencyDataProvider.php] - [2 Arguments]

PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider->getCurrencyByIsoCodeAndLocale - [line 92 - src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php] - [2 Arguments]

PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyDatabase->doRead - [line 90 - src/Core/Data/Layer/AbstractDataLayer.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Data\Layer\AbstractDataLayer->read - [line 150 - src/Core/Data/Layer/AbstractDataLayer.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Data\Layer\AbstractDataLayer->propagateRead - [line 94 - src/Core/Data/Layer/AbstractDataLayer.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Data\Layer\AbstractDataLayer->read - [line 73 - src/Core/Localization/Currency/CurrencyDataSource.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyDataSource->getLocalizedCurrencyData - [line 104 - src/Core/Localization/Currency/CurrencyDataSource.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyDataSource->getAvailableCurrenciesData - [line 94 - src/Core/Localization/Currency/Repository.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Localization\Currency\Repository->getAvailableCurrencies - [line 207 - src/Core/Localization/Locale/Repository.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Localization\Locale\Repository->getPriceSpecifications - [line 150 - src/Core/Localization/Locale/Repository.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Localization\Locale\Repository->getLocale - [line 189 - classes/controller/Controller.php] - [1 Arguments]

ControllerCore->init - [line 271 - classes/controller/FrontController.php]

FrontControllerCore->init - [line 273 - classes/controller/Controller.php]

ControllerCore->run - [line 515 - classes/Dispatcher.php]

DispatcherCore->dispatch - [line 28 - index.php]

Lynda

Lynda

Et voici le rapport d'erreur associé :

 

[PrestaShopDatabaseException]

Table 'dbs197006.ps_currency_lang' doesn't exist
 

SELECT * FROM `ps_currency` a LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1 LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 1) LIMIT 1


at line 769 in file classes/db/Db.php

764. if ($webservice_call && $errno) { 765. $dbg = debug_backtrace(); 766. WebserviceRequest::getInstance()->setError(500, '

 ' . $this->getMsgError() . '. From ' . (isset($dbg[3]['class']) ? $dbg[3]['class'] : '') . '->' . $dbg[3]['function'] . '() Query was : ' . $sql, 97); 767. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 768. if ($sql) { 769. throw new PrestaShopDatabaseException($this->getMsgError() . '<br /><br /><pre>' . $sql . '</pre>'); 770. } 771. 772. throw new PrestaShopDatabaseException($this->getMsgError()); 773. } 774. }


DbCore->displayError - [line 385 - classes/db/Db.php] - [1 Arguments]

DbCore->query - [line 663 - classes/db/Db.php] - [1 Arguments]

DbCore->getRow - [line 75 - src/Adapter/EntityMapper.php] - [1 Arguments]

PrestaShop\PrestaShop\Adapter\EntityMapper->load - [line 264 - classes/ObjectModel.php] - [6 Arguments]

ObjectModelCore->__construct - [line 177 - classes/Currency.php] - [3 Arguments]

CurrencyCore->__construct - [line 101 - src/Adapter/Currency/CurrencyDataProvider.php] - [2 Arguments]

PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider->getCurrencyByIsoCode - [line 119 - src/Adapter/Currency/CurrencyDataProvider.php] - [2 Arguments]

PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider->getCurrencyByIsoCodeAndLocale - [line 92 - src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php] - [2 Arguments]

PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyDatabase->doRead - [line 90 - src/Core/Data/Layer/AbstractDataLayer.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Data\Layer\AbstractDataLayer->read - [line 150 - src/Core/Data/Layer/AbstractDataLayer.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Data\Layer\AbstractDataLayer->propagateRead - [line 94 - src/Core/Data/Layer/AbstractDataLayer.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Data\Layer\AbstractDataLayer->read - [line 73 - src/Core/Localization/Currency/CurrencyDataSource.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyDataSource->getLocalizedCurrencyData - [line 104 - src/Core/Localization/Currency/CurrencyDataSource.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyDataSource->getAvailableCurrenciesData - [line 94 - src/Core/Localization/Currency/Repository.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Localization\Currency\Repository->getAvailableCurrencies - [line 207 - src/Core/Localization/Locale/Repository.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Localization\Locale\Repository->getPriceSpecifications - [line 150 - src/Core/Localization/Locale/Repository.php] - [1 Arguments]

PrestaShop\PrestaShop\Core\Localization\Locale\Repository->getLocale - [line 189 - classes/controller/Controller.php] - [1 Arguments]

ControllerCore->init - [line 271 - classes/controller/FrontController.php]

FrontControllerCore->init - [line 273 - classes/controller/Controller.php]

ControllerCore->run - [line 515 - classes/Dispatcher.php]

DispatcherCore->dispatch - [line 28 - index.php]

×
×
  • Create New...