
06-25-2005, 11:42 PM
|
|
|
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 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
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.
|
I'm looking forward to the next release or update
|