Dear friends
I am doing two things with newbb
1. I am testing the operation of newbb 2.0.2 in XOOPS 2.0.17
and I am using this portal
http://ipwgc.net/chile/2. for the installation of cbb 3.8 I am using this portal
http://ipwgc.net/portugues/3. I don't want to touch the other portals because they are being used now by the people.
*****************************
:: Regarding the instalation of cbb 3.8 here
http://ipwgc.net/portugues/1. I move the Frameworks 1.10 to the root
2. I made the required language files example (spanish, portuguese, french)
3. RESULT: The newbb module doesn't appear in the list to install it.
////////////These are the debug errors on cbb 3.8 /////////////
Fatal error: Call to undefined function: mod_ismoduleaction()
in /public_html/portugues/modules/newbb/xoops_version.php on line 59
HERE IS THE LINE 59
$isModuleAction = mod_isModuleAction($modversion['dirname']);
Errors
Notice: Only variables should be assigned by reference in file /modules/system/admin/modulesadmin/modulesadmin.php line 46
HERE IS THE LINE 46
$installed_mods =& $module_handler->getObjects();
Warning: main(/Frameworks/art/functions.ini.php) [function.main]: failed to open stream: No such file or directory in file /modules/newbb/xoops_version.php line 57
HERE IS THE LINE 57
include_once(XOOPS_ROOT_PATH."/Frameworks/art/functions.ini.php");
Warning: main() [function.include]: Failed opening '/Frameworks/art/functions.ini.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file /modules/newbb/xoops_version.php line 57
//////////////////////
Now, Regarding to the Newbb 2.0.2
that already is installed here
http://ipwgc.net/chile/1. everything works well
2. you can create categories, and create forums
WHEN I EDIT THE CATEGORY ON DEBUG MODE APPEAR THIS MESSAGE
-----------------------------------
Notice: Only variables should be assigned by reference in file /modules/newbb/admin/admin_cat_manager.php line 83
HERE IS THE LINE 83 ==> $group_list = &$member_handler->getGroupList();
-----------------------------------
Notice: Only variables should be assigned by reference in file /modules/newbb/admin/admin_cat_manager.php line 107
HERE IS THE LINE 107 ==> $graph_array = &XoopsLists::getImgListAsArray(XOOPS_ROOT_PATH . $imgdir);
-----------------------------------
Notice: Only variables should be assigned by reference in file /class/xoopsform/formdhtmltextarea.php line 183
HERE IS THE LINE 183 ==> $smiles =& $myts->getSmileys();
NOW, WHEN I EDIT THE FORUM ON DEBUG MODE APPEAR THIS MESSAGE
-----------------------
Editing Forum:
Fatal error: Call to undefined function: xoopsformselect()
in /public_html/chile/modules/newbb/class/formselectuser.php on line 34
HERE IS THE LINE 34 IN newbb/class/formselectuser.php
$this->XoopsFormSelect($caption, $name, $value, $size, $multiple);
==================
Errors
Notice: Only variables should be assigned by reference in file /modules/newbb/class/forum.php line 100
HERE IS THE LINE 100 IN newbb/class/forum.php
$moderators_new = &$member_handler->getUserList(new Criteria('uid', $moderators_new, 'IN'), true);