Jump to content

Plus d'accès admin après maj module presta


Recommended Posts

Bonjour,

 

Je suis en 1.5.6.0

Dans mon BO il était écrit maj disponible (module expérience si mes souvenirs sont bons).

J'ai cliqué sur "mettre à jour" et voilà mon BO :

 

[PrestaShopDatabaseException]

Unknown column 'a.hide' in 'where clause'
 

SELECT a.`id_ps_advice`, a.`selector`, a.`location`, al.`html`FROM `ps_advice` a			LEFT JOIN `ps_advice_lang` al ON al.`id_advice` = a.`id_advice`			LEFT JOIN `ps_tab_advice` at ON at.`id_advice` = a.`id_advice` WHERE (			a.`validated` = 1 AND 			a.`hide` = 0 AND 			al.`id_lang` = 1 AND 			at.`id_tab` = 1 AND 			((a.`start_day` = 0 AND a.`stop_day` = 0) OR (15 >= a.`start_day` AND 15 <= a.`stop_day`)))
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. 

Bref mon front office fonctionne parfaitement, mais mon BO ne va plus./

C'est ennuyeux...

 

Merci de votre aide,

 

Bien cordialement,

 

 

Link to comment
Share on other sites

Bonjour,

 

Je suis en 1.5.6.0

Dans mon BO il était écrit maj disponible (module expérience si mes souvenirs sont bons).

J'ai cliqué sur "mettre à jour" et voilà mon BO :

Quote

 

[PrestaShopDatabaseException]

Unknown column 'a.hide' in 'where clause'
 

SELECT a.`id_ps_advice`, a.`selector`, a.`location`, al.`html`FROM `ps_advice` a			LEFT JOIN `ps_advice_lang` al ON al.`id_advice` = a.`id_advice`			LEFT JOIN `ps_tab_advice` at ON at.`id_advice` = a.`id_advice` WHERE (			a.`validated` = 1 AND 			a.`hide` = 0 AND 			al.`id_lang` = 1 AND 			at.`id_tab` = 1 AND 			((a.`start_day` = 0 AND a.`stop_day` = 0) OR (15 >= a.`start_day` AND 15 <= a.`stop_day`)))
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. 

Bref mon front office fonctionne parfaitement, mais mon BO ne va plus./

C'est ennuyeux...

 

Merci de votre aide,

 

Bien cordialement,

 

 

Link to comment
Share on other sites

Je me réponds à moi-même :

 

Pour une raison que j'ignore la MAJ du module "expertise prestashop" n'a pas fonctionné sur mon 1.5.6.0. : perte du BO avec msg d'erreur ci-dessus.

 

Solution :

 

-> reprendre un prestashop 1.5.6.0 vierge,

-> supprimer sur le serveur le module "gamification"

-> uploader par ftp un module neuf gamification

 

SI ça peut servir...

 

Cordialement,

  • Like 1
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...