icarorfm Posted May 7, 2015 Share Posted May 7, 2015 (edited) Amigos, ao clicar em compras recebo o seguinte alerta: Consulta SQL erradaUnknown column 'total_products_quantity' in 'field list' E não é listado nada p/ mim. Alguém já passou por isso? Anexei um print do Alert. Versão do prestashop: 1.6.0.9#### UPDATE ####Com o Mode Dev on recebo o seguinte erro: [PrestaShopDatabaseException]Db->executeS() must be used only with select, show, explain or describe queriesat line 488 in file classes/db/Db.php 482.483. // This method must be used only with queries which display results484. if (!preg_match('#^\s*\(?\s*(select|show|explain|describe|desc)\s#i', $sql))485. {486. if (defined('_PS_MODE_DEV_') && _PS_MODE_DEV_)487. throw new PrestaShopDatabaseException('Db->executeS() must be used only with select, show, explain or describe queries');488. return $this->execute($sql, $use_cache);489. }490.491. $this->result = false;492. $this->last_query = $sql; Edited May 7, 2015 by icarorfm (see edit history) Link to comment Share on other sites More sharing options...
Daniel - PrestaBR Posted May 7, 2015 Share Posted May 7, 2015 A mensagem é clara: A coluna 'total_products_quantity' não foi encontrada. Talvez algum módulo incompatível que você instalou esteja executando esta consulta incorretamente. Link to comment Share on other sites More sharing options...
icarorfm Posted May 7, 2015 Author Share Posted May 7, 2015 Daniel, na pressa me expressei mal na postagem. Eu sei o que diz a mensagem.Comecei essa semana a dar continuidade ao projeto de e-commerce da empresa. O profissional anterior não mantinha backup e fez uma certa "bagunça" no prestashop. Não tenho a menor ideia de qual módulo foi instalado e removido e como isso foi feito. Obrigado! Link to comment Share on other sites More sharing options...
selectshop.at Posted May 7, 2015 Share Posted May 7, 2015 Vc. simplesmente vai nos módulos e filtra lá todos os módulos que nao sao Prestashop. Desinstale todos e verifique. Se nao der certo, entao foi mexido em outro lugar, aí vc. somente perguntando o administrador da loja antes que vc. asummiu. Link to comment Share on other sites More sharing options...
icarorfm Posted May 7, 2015 Author Share Posted May 7, 2015 Resolvido! No arquivo "override/controllers/admin/AdminOrdersController.php" eu comentei os quatro blocos de código onde a consulta era feita e tudo voltou ao normal. Amigos, obrigado pela ajuda! 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