Jump to content

(RESOLU)Page blanche M.A.J 1.6.0.13


Recommended Posts

Bonjour,

 

Je viens d'effectuer une mise à jour via le module en 1 click vers la v1.6.0.13. De mémoire j'avais une version type 6.0.9

Sur le Front Office j'ai une page blanche

Sur le Back Office il me propose bien de rentrer e-mail et password mais une fois rentré j'ai : http://www.promonett-industriel.fr/page.jpg

 

"J'ai seulement sauvegarder ma BDD."

 

J'ai passer define('_PS_MODE_DEV_', true); et voilà les informations :

[PrestaShopDatabaseException]

Table 'promonetind.ps_configuration' doesn't exist
 

SELECT c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop				FROM `ps_configuration` c				LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)

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

641. 			WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);642. 		}643. 		elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))644. 		{645. 			if ($sql)646. 				throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');647. 			throw new PrestaShopDatabaseException($this->getMsgError());648. 		}649. 	}650. 651. 	/**

 

Merci

Edited by cleanfix (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...