[MySQL]: You have an error in your SQL syntax;
#1

This its what my server log say.. wtf, i didnt touch databases, how can i find the error? where is 18, line 1? wtf?!!

Quote:

** [MySQL]: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''18' at line 1
** [MySQL]: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''18' at line 1
** [MySQL]: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''18' at line 1
** [MySQL]: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''18' at line 1
** [MySQL]: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''18' at line 1

[01:25:25 08/06/18] [ERROR] CMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''18' at line 1
PHP код:
(Query"UPDATE `plants` SET `plantOwner` = 'Kenny_Montana', `plantType` = '1', `plantDrugs` = '17', `plantX` = '2257.5900', `plantY` = '-1211.7399', `plantZ` = '1049.0200', `plantA` = '226.6150', `plantInterior` = '10', `plantWorld` = '5295' WHERE `plantID` = '18")
[
01:26:31 08/06/18] [ERRORCMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''18' at line 1 (Query: "UPDATE `plants` SET `plantOwner` = 'Kenny_Montana', `plantType` = '1', `plantDrugs` = '18', `plantX` = '2257.5900', `plantY` = '-1211.7399', `plantZ` = '1049.0200', `plantA` = '226.6150', `plantInterior` = '10', `plantWorld` = '5295' WHERE `plantID` = '18") 
here what is the fail?
Reply
#2

WHERE `plantID` = '18' ");

notice here where it say's

you are missing one ( ' ) Color Magenta
Reply
#3

Quote:
Originally Posted by Mobtiesgangsa
Посмотреть сообщение
WHERE `plantID` = '18' ");

notice here where it say's

you are missing one ( ' ) Color Magenta
Oh, shit man, thank you for your eyes hahaha, i looked 5 million times but i didnt see becouse the " , thank you, it s working now ! Im new ( my 7 years acc dont say anything, i was afk all this years, i startes learning now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)