looks good thanks! i didnt know if i should post a different topic for it, but just noticed my shop hack encounter's a mysql error after I buy
something i set the debug to true and got these errors:
| Quote: | Notice: Undefined variable: FQEDO in /home/markp/public_html/forums/header.php on line 348
Notice: Undefined variable: member in /home/markp/public_html/forums/lang/English.lang.php on line 1608
Notice: Undefined variable: username in /home/markp/public_html/forums/lang/English.lang.php on line 1614
Notice: Undefined variable: bbname in /home/markp/public_html/forums/functions.php on line 1934
Notice: Undefined variable: vpre in /home/markp/public_html/forums/header.php on line 806
Notice: Undefined variable: vsuf in /home/markp/public_html/forums/header.php on line 806
Notice: Efficiency Notice: The template `QuickEdit` was not preloaded. in /home/markp/public_html/forums/functions.php on line 59
Notice: Undefined variable: attachscript in /home/markp/public_html/forums/shop_item.php(47) : eval()'d code on line 28
Notice: Undefined variable: table_shop_bank in /home/markp/public_html/forums/shop_item.php on line 492
MySQL encountered the following error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the
right syntax to use near '(fromuid, touid, dateline, amount, comment, type) VALUES ('3', 0, '1206465699', ' at line 1
In the following query: INSERT INTO (fromuid, touid, dateline, amount, comment, type) VALUES ('3', 0, '1206465699', '300', 'Subway',
'shop')
|
it seems like it works fine though, like the item still shows up since you purchased it, its just the page after you buy something shows an error
|