siki Posted February 14, 2010 Share Posted February 14, 2010 Bonjour,J'ai un problème après la mise a jour prestashop 1.1 vers 1.2.5.0:La mise a jour a été fait sur un site en production comme suggeré sur cette page : http://www.prestashop.com/wiki/Installing_and_Updating_PrestaShop_software/#Update_PrestaShopProblème:Dans l'administration si on clique sur l'onglet "Clients" la page affiche : "Requête SQL invalide", sinon toutes les autres pages marchent bien.Si je mets display_errors on dans config.inc.php ca affiche:Warning: mysql_query() [function.mysql-query]: Unable to save result set in /.../.../.../classes/MySQL.php on line 85J'ai fait la même procédure de mise a jour en local et j'ai ce même problème...Sinon hébergement ovh mutualisé (SetEnv PHP_VER 5 dans htacess).J'ai pu dévier ce problème en mettent en commentaire ce bout de code dans AdminCustomers.php:Ligne 28: /* $this->_select = '(YEAR(NOW()) - YEAR(birthday)) as age, ( SELECT c.date_add FROM '._DB_PREFIX_.'guest g LEFT JOIN '._DB_PREFIX_.'connections c ON c.id_guest = g.id_guest WHERE g.id_customer = a.id_customer ORDER BY c.date_add DESC LIMIT 1 ) as connect'; */ Quelqu'un a-t-il déjà rencontré ce problème quelqu'un aurait une solution?Merci! Link to comment Share on other sites More sharing options...
Olivier W Posted February 16, 2010 Share Posted February 16, 2010 J'ai le même problème, quelqu'un l'a t'il résolu ? Link to comment Share on other sites More sharing options...
siki Posted February 16, 2010 Author Share Posted February 16, 2010 Vous pouvez toute fois mettre en commentaire le code comme je l'avais expliqué dans le post initial, ca marchera mais bon je pense qu'il faut trouver une solution plus fiable.Moi j'ai toujours pas résolu le problème... Link to comment Share on other sites More sharing options...
twistix Posted February 10, 2012 Share Posted February 10, 2012 Et moi je vous remercie pour l'astuce je commençai à sécher de ne pas trouver ! IL faudrait quand même en connaître l'origine, j'avais réparer toutes mes tables dans la bdd... Merci 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