Quote:
Originally Posted by SledgeHammer101
Open your vbayauction.php and change Line 118 + 119 to
PHP Code:
$db->query("update " . TABLE_PREFIX . "vbay_categories set catitems = catitems-1 where catid='{$item['catid']}'");
$db->query("delete from " . TABLE_PREFIX . "vbay_items where id='".$_POST['id']."'");
There are 2 missing "]".
But you still get an 404 error if you want to add a new category, still don't fixed that.
|
Anyone figure out how to get rid of The requested URL /admincp/Vbay.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.