SA-MP Forums Archive
Mysql Error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql Error (/showthread.php?tid=601957)



Mysql Error - jamal1992 - 29.02.2016

I received this error in mysql log:
PHP код:
[00:05:13] [ERRORCMySQLQuery::Execute - (error #1054) Unknown column 'amount' in 'field list' 
but i don`t know where is that "amount" in gamemode who can i find more easy ? i used it in many places.


Re: Mysql Error - jamal1992 - 29.02.2016

bump


Re: Mysql Error - itsCody - 29.02.2016

It doesn't exist in your tables.


Re: Mysql Error - jamal1992 - 01.03.2016

Quote:
Originally Posted by itsCody
Посмотреть сообщение
It doesn't exist in your tables.
i know man, is a wrong wording but i don`t find it.


Re: Mysql Error - itsCody - 01.03.2016

Check over the queries you are sending.


Re: Mysql Error - jamal1992 - 01.03.2016

how ?


Re: Mysql Error - benjenden - 01.03.2016

Inside the script you should find something about it. Basically you send queries to the database to load information. The script is asking for something the table doesn't have