Jump to content
  • 0

Złe zapytanie SQL


rymcimcim

Question

Witam,

 

Po aktualizacji z wersji 1.6.0.9 do 1.6.0.11 mam problem. Na niektórych podstronach w BO otrzymuję komunikat: Złe zapytanie SQL Unknown column '1' in 'order clause'. Nie mogę utworzyć/zarejestrować nowego użytkownika, nie mogę zmodyfikować niektórych produktów. Włączyłem dev mode i oto co ujrzałem:

 

[PrestaShopDatabaseException]

Unknown column '1' in 'order clause'
 

            SELECT SQL_CALC_FOUND_ROWS
            b.*, a.*
            
            FROM `ps_cart_rule` a
            LEFT JOIN `ps_cart_rule_lang` b ON (b.`id_cart_rule` = a.`id_cart_rule` AND b.`id_lang` = 2)
            
            
            WHERE 1
            
            
            ORDER BY `1` DESC LIMIT 0,50

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

 

634.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
635.         }
636.         elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
637.         {
638.             if ($sql)
639.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
640.             throw new PrestaShopDatabaseException($this->getMsgError());
641.         }
642.     }
643.
644.     /**

 

Jak mogę to naprawić?

 

Dodam jeszcze, że w BO gdy wchodzę w Klienci > (wszystkie opcje oprócz Klienci) i Kody Rabatowe > (wszystkie oprócz Marketing) wyświetla mi jedynie informacje o złym zapytaniu SQL.

Edited by rymcimcim (see edit history)
Link to comment
Share on other sites

1 answer to this question

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...