SA-MP Forums Archive
Error in mysql - 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: Error in mysql (/showthread.php?tid=617369)



Error in mysql - TeoDoRz - 20.09.2016

Hi,

How can I fix this error in gm?
[10:32:55] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Pprice")
[10:34:39] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'Pprice' in 'field list'


Re: Error in mysql - InActtiveâ„¢ - 22.09.2016

Quote:
Originally Posted by TeoDoRz
View Post
Hi,

How can I fix this error in gm?
[10:32:55] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Pprice")
[10:34:39] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'Pprice' in 'field list'
Your column might be name pPrice, I'm not sure if it's case sensitive... Either that, or it's supposed to just be 'Price'.

Look in your database for anything in resemblance to "Price" and change it in your code, or rename it to Pprice.