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...