86
Thanks a lot, samuels. I've set up a seperate xoopsinstall
here to test it. (user/pass = test/test) The admininstration's been flawless, but when I try to post something, I get this error:
Quote:
Parse error: parse error in /home/alank/public_html/area51/modules/newbb2pro/post.php on line 45
post.php lines 41 to 49 [45 in red]
if ( empty($forum) ) {
redirect_header("index.php", 2, _MD_ERRORFORUM);
exit();
} else {
[color=FF0000]$sql = "SELECT forum_type, forum_name, forum_access, allow_html, allow_sig, posts_per_page, hot_threshold, topics_per_page, allow_attachments, attach_maxkb, attach_ext FROM ".$xoopsDB->prefix(""_DIR_BB_FORUMS"")." WHERE forum_id = ".$forum;[/color]
if ( !$result = $xoopsDB->query($sql) ) {
redirect_header('index.php',2,_MD_ERROROCCURED);
exit();
}
Edit: I installed a clone in dir newbb2pro. Then I added another clone in newbb3pro. All settings in path.php are correct, but when I go to modulesadmin and hit install for newbb3pro, it takes me to a page to install newbb2pro. I checked the code in modulesadmin.php, and $module->getInfo('dirname') on line 118 retuns newbb2pro instead of newbb3pro. I got around it by replacing newbb2pro in my locationbar with newbb3pro.
BTW: noticed it when installing no.3:
Quote:
Config notification_enabled added to the database.
Config option added. Name: _NOT_CONFIG_DISABLE Value: 0
Config option added. Name: _NOT_CONFIG_ENABLEBLOCK Value: 1
Config option added. Name: _NOT_CONFIG_ENABLEINLINE Value: 2
Config option added. Name: _NOT_CONFIG_ENABLEBOTH Value: 3