Quote:
Originally Posted by pesxliga
i have the same error any idee to fixe it ?
|
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.