jdnava Posted June 28, 2020 Share Posted June 28, 2020 Buenas noches! Ojalá me puedan ayudar. Actualice mi prestashop de 1.7.6.4 a 1.7.6.5 y ya no puedo entrar al menu clientes. Cuando doy clic me manda un error 500. Haciendo el analisis me indica que tengo el siguiente errror pero no se como solucionarlo. [PrestaShopDatabaseException] La tabla 'db823156504.klxt_connections' no existe <br /> <br /> <pre> SELECCIONE SQL_NO_CACHE `id_guest` DESDE` klxt_connections` DONDE `id_guest` = 0 AND` date_add`> '2020-06-27 20:25 : 00 'Y id_shop EN (1) ORDENAR POR `date_add` DESC LIMIT 1 </pre> en la línea 769 en el archivo classes / db / Db.php 764. if ($ webservice_call && $ errno) { 765. $ dbg = debug_backtrace (); 766. WebserviceRequest :: getInstance () -> setError (500, '[Error SQL]'. $ This-> getMsgError (). '. From'. (Isset ($ dbg [3] ['class'])? $ dbg [3] ['clase']: ''). '->'. $ dbg [3] ['función']. '() La consulta fue:'. $ sql, 97); 767.} elseif (_PS_DEBUG_SQL_ && $ errno &&! Definido ('PS_INSTALLATION_IN_PROGRESS')) { 768. if ($ sql) { 769. lanzar una nueva PrestaShopDatabaseException ($ this-> getMsgError (). '<br /> <br /> <pre>'. $ Sql. '</pre>'); 770.} 771. 772. lanzar una nueva PrestaShopDatabaseException ($ this-> getMsgError ()); 773.} 774.} Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now