Jump to content

Table 'u268023825_amuqy.skaf_connections' doesn't exist


Recommended Posts

Buenos dias, mi tienda no tiene mucha actividad pero en principio es activa y funciona todo, pero en algunos menus del back.office me sale el error 500, cocrente en clientes. En carrito me sale un aviso de que hay una llamada a la Base de datos que no es correcta. Si activo el modo depuración sale esto:

[PrestaShopDatabaseException]

Table 'u268023825_amuqy.skaf_connections' doesn't exist


SELECT SQL_NO_CACHE `id_guest` FROM `skaf_connections` WHERE `id_guest` = 0 AND `date_add` > '2020-02-02 08:49:00' AND id_shop IN (1) ORDER BY `date_add` DESC 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, '[SQL Error] ' . $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 163 - classes/Connection.php] - [2 Arguments]

ConnectionCore::setNewConnection - [line 97 - classes/Connection.php] - [1 Arguments]

ConnectionCore::setPageConnection - [line 117 - modules/statsdata/statsdata.php] - [1 Arguments]

statsdata->getScriptCustomerPagesViews - [line 75 - modules/statsdata/statsdata.php] - [1 Arguments]

statsdata->hookDisplayBeforeBodyClosingTag - [line 970 - classes/Hook.php] - [1 Arguments]

Alguna idea?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...