
06-28-2005, 06:01 AM
|
|
|
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Bernd
Two errors here afting fixing the mentioned issues in the txt.
PHP Code:
Invalid SQL: INSERT INTO ph_order (`userid`,`username`,`itemid`,`itemname`,`itemtype`,`productid`,`productname`,`price`,`quantity`,`start`,`length`,`active`)
VALUES('2','name','','','service','1','Test 1','','','number','','1')
mysql error: Unknown column 'start' in 'field list'
mysql error number: 1054
Script: xxx/purchase.php?do=ipn
|
Ok, change start to date - tell me if that helped.
Quote:
Originally Posted by Bernd
PHP Code:
Invalid SQL: SELECT `membergroupids` FROM user WHERE `id`=''
mysql error: Unknown column 'id' in 'where clause'
mysql error number: 1054
Script: xxx/purchase.php? + a whole bunch of numbers ;)
This happens after purchase..the rest seems to work fine.
Is the any fix for the above mentioned issues? I've searched the thread but nothing came up.
|
Change id to userid
released
|