4
This is the problem that I seem to be encountering. I fiddled with a fresh install of XOOPS (using the new RC) and this is what a test post looks like via the SQL coding of this new version
INSERT INTO `xoops_bb_posts` VALUES (1, 0, 1, 1, 1113027943, 1, 'IP ADDRESS OF POSTER HERE', 'test', 1, 0, '', 1);
This is what my SQL database looks like right now with the version of XOOPS upgraded to RC (not fresh install but everything else works)
INSERT INTO `xoops_bb_posts` VALUES (6, 0, 3, 3, 1095253063, 1, NULL, 67, 'test', 0, 1, 1, 1, 1, '', 1, 1, 0, NULL, 0);
Someone wanna tell me why the coding for the newbb has changed? I tried to import the old coded posts to the new version and that is why its giving me the error can not connec to database. Is this suppose to happen or is this an adverse side effect to upgrading from a older version?