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.