Can not load sample data in the mysql database using PHP 5.0 and Mysql 5.0. says colum 1 does not match. It is for the group table that this error is accurring... Can not find in any admin files or front end files.
I found this for 'mb_categories', and had to change admin.mamboboard.php lines 1511 and 1517 :-
$database->setQuery("INSERT INTO `#__mb_categories` VALUES (1, 0, 'Forum Category', 0, 0, 0, 0, NULL, 0, 0, 0, 0, 1, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, '')");
$database->setQuery("INSERT INTO `#__mb_categories` VALUES (2, 1, 'Forum 1', 0, 0, 0, 0, NULL, 0, 0, 0, 0, 1, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 'Sample Forum 1\r\n')");
Rob.
Hi, What 's mamboboard version?
I have the same issue. The version is 2.0.138
Thanks nobody.
Log in to post a comment.
I found this for 'mb_categories', and had to change admin.mamboboard.php lines 1511 and 1517 :-
$database->setQuery("INSERT INTO `#__mb_categories` VALUES (1, 0, 'Forum Category', 0, 0, 0, 0, NULL, 0, 0, 0, 0, 1, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, '')");
$database->setQuery("INSERT INTO `#__mb_categories` VALUES (2, 1, 'Forum 1', 0, 0, 0, 0, NULL, 0, 0, 0, 0, 1, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 'Sample Forum 1\r\n')");
Rob.
Hi, What 's mamboboard version?
I have the same issue. The version is 2.0.138
Thanks nobody.