Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

При переносе на новый сервер высколила ошибка 1064


 Share

Recommended Posts

Доброго времени суток! При переносе на новый сервер высколила икая ошибка 


Fatal error: Uncaught Exception: Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC LIMIT 0,16' at line 1<br />Error No: 1064<br />SELECT p.product_id, (SELECT AVG(rating) AS total FROM np_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price FROM np_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM np_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM np_product_to_category p2c LEFT JOIN np_produ in /var/www/napolka/data/www/xn-----dlcclbbmjdv6anbcpfcm4b6dxg.xn--p1ai/system/library/db/mysqli.php on line 41

 

mysqld  Ver 8.0.26-0ubuntu0.20.04.2  

Link to comment
Share on other sites


2 часа назад, Rem559 сказал:

Доброго времени суток! При переносе на новый сервер высколила икая ошибка 


Fatal error: Uncaught Exception: Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC LIMIT 0,16' at line 1<br />Error No: 1064<br />SELECT p.product_id, (SELECT AVG(rating) AS total FROM np_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price FROM np_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM np_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM np_product_to_category p2c LEFT JOIN np_produ in /var/www/napolka/data/www/xn-----dlcclbbmjdv6anbcpfcm4b6dxg.xn--p1ai/system/library/db/mysqli.php on line 41

 

mysqld  Ver 8.0.26-0ubuntu0.20.04.2  

Хммм, у вас был на страром mysql 5.6?
Если ик то при переносе на 8 могут быть ошибки как в данном случае. Не помню им врогде формат гдефолтной даты отличается от того что было в 5.6

Link to comment
Share on other sites

system/library/db/mysqli.php

$this->connection->query("SET SQL_MODE = ''");

$this->connection->query("SET SESSION sql_mode = 'NO_ZERO_IN_DATE,NO_ENGINE_SUBSTITUTION'");

 

 

Edited by Rem559
Link to comment
Share on other sites


2 часа назад, Rem559 сказал:

ДА был на 5.6.  Есть мысли как это исправить? 

Есть врогде, напишите в лс, 
версию движка.Завтра посмотрю что и как.

Link to comment
Share on other sites

Исправил в /catalog/model/catalog/product.php  была синиксическая ошибка, коскак с форматом даты не причем он правится ик :

system/library/db/mysqli.php

$this->connection->query("SET SQL_MODE = ''");

$this->connection->query("SET SESSION sql_mode = 'NO_ZERO_IN_DATE,NO_ENGINE_SUBSTITUTION'");

Link to comment
Share on other sites


1 час назад, Rem559 сказал:

Исправил в /catalog/model/catalog/product.php  была синиксическая ошибка, коскак с форматом даты не причем он правится ик :

system/library/db/mysqli.php

$this->connection->query("SET SQL_MODE = ''");

$this->connection->query("SET SESSION sql_mode = 'NO_ZERO_IN_DATE,NO_ENGINE_SUBSTITUTION'");

Это плохой метод, костыльный и ненагдежный. Менять гдефолтные настройки БД - ик себе игдея.
Надо под 5.6 открыть базу, исправить в нескольких иблицах  формат даты (счас точно не помню, ггде им, смотреть надо), выгрузить и импортировать в потому чтолее новый mysql (собственно, пока вы все не исправите, при импорте бугдет выкидывать ошибку с сообещёнием, ггде неверный формат).

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
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.