Error in mysql
#1

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'
Reply
#2

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)