Quote:
Originally Posted by fungku
The error when I create a category is generated from here, at SET title:
PHP Code:
// update the review $db->query_write(" INSERT INTO " . TABLE_PREFIX . "pf_category SET title = '". mysql_real_escape_string($vbulletin->GPC['title']) ."', active = '". $vbulletin->GPC['active'] ."' ");
It is not setting the title but why, oh why?
Ok... ran the queries you wanted...
|
Give this version of admincp/productforums.php a try.
It should fix the create category error and the delete bug but I haven't tested it yet.