Jump to content

throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');


LOVELOVE

Recommended Posts

Salve a tutti, premetto di non essere un grande esperto di siti web, ho prestashop versione 1.5.6.2

ho cercato di installar eil moduli per la legge dei Cookie Europei, l'ho pagato e scaricato in formato Zip, mi ha chiesto il sito sul quale verra installato e naturalmente ho messo il mio dominio, poi mi ha chiesto la verisone e ho scelto la mia, dopodiche sono andato nel mio back office sono andato in moduli e  ho fatto aggiungi nuovo modulo ho selezionato il file .zip e da allora mi ha dato l'errore seguente e ogni volta che vado nella seizone moduli mi esce sempre questo errore senza la possibilità di visualizzare, modificare ecc i moduli....l'errore è il seguente:

 

[PrestaShopDatabaseException]

Table 'Sql560920_4.pslov_cookiealert_yameveo' doesn't exist
 

SELECT * FROM pslov_cookiealert_yameveo LIMIT 1

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

607. 			WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);608. 		}609. 		else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))610. 		{611. 			if ($sql)612. 				throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');613. 			throw new PrestaShopDatabaseException($this->getMsgError());614. 		}615. 	}616. 617. 	/**
  • DbCore->displayError - [line 313 - classes/db/Db.php] - [1 Arguments]
  • DbCore->query - [line 526 - classes/db/Db.php] - [1 Arguments]
  • DbCore->getRow - [line 41 - modules/cookiealert/cookiealert.php] - [1 Arguments]
  • Cookiealert->__construct - [line 1105 - classes/module/Module.php] - [0 Argument]
  • ModuleCore::getModulesOnDisk - [line 1017 - controllers/admin/AdminModulesController.php] - [3 Arguments]
  • AdminModulesControllerCore->initContent - [line 167 - classes/controller/Controller.php] - [0 Argument]
  • ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument]
  • DispatcherCore->dispatch - [line 53 - admin5077/index.php] - [0 Argument]

 

qualcuno può aiutarmi ....

mille grazie

Edited by LOVELOVE (see edit history)
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...