mysql_tquery error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: mysql_tquery error (
/showthread.php?tid=603020)
mysql_tquery error -
Nin9r - 17.03.2016
Hi there !
I am receiving this type of error in mysql_logs.
1.
Код HTML:
[ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
How can I find where is the problem in my GM? I don't know exactly which is the lines for it ,because i don't receive in the server logs and I am using this function in some queries.
2.
Код HTML:
[00:18:33] [ERROR] CMySQLQuery::Execute - (error #1064) 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 ''' at line 1
[00:18:33] [WARNING] cache_get_row_count - no active cache
[00:18:33] [WARNING] CMySQLHandle::DeleteSavedResult - invalid result id ('0')
I am not using it "DeleteSavedResult " in my gamemode.
3.
Код HTML:
[ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
I am not using it "GetRowDataByName() " in my gamemode.
How can I see which lines cause these errors?
Thank you!