21
ipwgc
Re: Compatibility Forum Newbb with XOOPS 2.0.17 ??
  • 2007/9/5 17:40

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


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 portalhttp://ipwgc.net/chile/

2. for the installation of cbb 3.8 I am using this portalhttp://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 herehttp://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 herehttp://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);

22
skenow
Re: Compatibility Forum Newbb with XOOPS 2.0.17 ??
  • 2007/9/5 18:51

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


Can you get us a screenshot of your folders on your server? How are you managing the multiple portals?

Here is a look at a default set of folders folder screenshot

23
peterr
Re: Compatibility Forum Newbb with XOOPS 2.0.17 ??
  • 2007/9/6 6:26

  • peterr

  • Just can't stay away

  • Posts: 518

  • Since: 2004/8/5 9


Quote:

davidl2 wrote:
This site is currently NOT using 2.0.17 - although this will change shortly I believe.


Okay, thanks.
NO to the Microsoft Office format as an ISO standard.
Sign the petition

24
peterr
Re: Compatibility Forum Newbb with XOOPS 2.0.17 ??
  • 2007/9/6 6:35

  • peterr

  • Just can't stay away

  • Posts: 518

  • Since: 2004/8/5 9


David,

I started to look at a few files from the Chile portal, and things didn't seem to line up, so I downloaded all of the /class/ path , and then ran BC (Beyond Compare) on it, comparing it to XOOPS 2.0.17 /class/ path.
NO to the Microsoft Office format as an ISO standard.
Sign the petition

25
peterr
Re: Compatibility Forum Newbb with XOOPS 2.0.17 ??
  • 2007/9/6 6:54

  • peterr

  • Just can't stay away

  • Posts: 518

  • Since: 2004/8/5 9


Quote:

skenow wrote:
Can you get us a screenshot of your folders on your server? How are you managing the multiple portals?


Each different portal is under the website root folder. If you go here to the main site, where you see "Select here" with the animated hand shows the links to the different portals, that gives an idea of the setup.

I checked mainfile.php on the Chile site, it seems okay.

I think all those different files is a mystery ??

Maybe I should check a 2.0.17 set of files against "(2.0.16 + upgrade to 2.0.17)".
NO to the Microsoft Office format as an ISO standard.
Sign the petition

26
peterr
Re: Compatibility Forum Newbb with XOOPS 2.0.17 ??
  • 2007/9/6 7:10

  • peterr

  • Just can't stay away

  • Posts: 518

  • Since: 2004/8/5 9


Did a 'rules based comparison', and excluded 'unimportant differences', and only got one file differenece this time ..

xoopsform\form.php
NO to the Microsoft Office format as an ISO standard.
Sign the petition

27
skenow
Re: Compatibility Forum Newbb with XOOPS 2.0.17 ??
  • 2007/9/6 12:48

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


So, your structure is -
<root of ipwgc>/
--africa/
----cache/
----class/
----Frameworks/
----images/
...

--chile/
----cache/
----class/
------auth/
------database/
------mail/
------smarty/
------xml/
------xoopseditor/
------xoopsform/
----Frameworks/
------art/
------captcha/
------fpdf/
------PEAR/
------textsanitizer/
------transfer/
------xoops22
----images/
----include/
----kernal/
----language/
----modules/
----templates_c/
----themes/
----uploads/
...

--english/
----cache/
----class/
----Frameworks/
----images/
...

With a separate XOOPS install for each portal and Frameworks and xoopseditor?

The error messages still seem to indicate the files and folders are not in the correct places, especially the Frameworks folder.

28
peterr
Re: Compatibility Forum Newbb with XOOPS 2.0.17 ??
  • 2007/9/6 12:55

  • peterr

  • Just can't stay away

  • Posts: 518

  • Since: 2004/8/5 9


The only 'possible' light I can shed on this is the PHP file that defines the function XoopsFormSelect() is called /class/xoopsform/formselect.php

Now, following the newbb forum manger 'edit', which is
/modules/newbb/admin/admin_forum_manager.php , and the files that are included (of significance) ....

/modules/newbb/class/formselectuser.php
--/class/xoopsform/formselectuser.php
----/class/xoopsform/formselect.php

and it is the file that does the include for /class/xoopsform/formselect.php (/class/xoopsform/formselectuser.php) that has had significant changes in 2.0.17

Is it that this ..

[color=0000FF]include_once XOOPS_ROOT_PATH."/class/xoopsform/formselect.php";[/color]


hasn't been included for some reason, and hence the function is undefined ??

The line before it is ..

include_once XOOPS_ROOT_PATH."/class/xoopsform/formelementtray.php";


which is a new line in 2.0.17

Both these includes are in /class/xoopsform/formselectuser.php

???
NO to the Microsoft Office format as an ISO standard.
Sign the petition

29
peterr
Re: Compatibility Forum Newbb with XOOPS 2.0.17 ??
  • 2007/9/6 13:05

  • peterr

  • Just can't stay away

  • Posts: 518

  • Since: 2004/8/5 9


Yes, that is how the structure is setup (some of those are on different domains, but that is irrelevant).

You are correct about Frameworks, it isn't in the place where you have indicated that it should be, it's like this ..

--africa/
----cache/
----class/
----images/
...
--chile/
----cache/
----class/
----images/
...
--Frameworks/
NO to the Microsoft Office format as an ISO standard.
Sign the petition

30
ipwgc
Re: Compatibility Forum Newbb with XOOPS 2.0.17 ??
  • 2007/9/6 17:12

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


Dear friends,
I followed all you last instructions posted here, and finally I could install the forum cbb 3.8
--portugues/
----cache/
----class/
----Frameworks/
----images/

1. The installation was with Frameworks 1.10
2. I check the debug mode and the forum is correct without errors
3. Conclusion definitively the forum 3.8 works well in XOOPS 2.0.17
Please see the working forum herehttp://www.ipwgc.net/portugues/modules/newbb/index.php

Note: The only question I have without answer: If the forum CBB 3.8 works with Frameworks 1.20?
(I'm going to do a test to see that it happens, and I will give a return.)

//////////////////////////// REGARDING A NEWBB 2.0.2 ///////////////////////

QUESTION: I should assume that the database of cbb 3.8 is the same of NewBB 2.0.2 ??

This is what I pretend to do, in order to upgrade the forums in the other portals:
1. Download from sql all forum tables database
2. I will erase the forum newbb 2.0.2
3. I will install a new and fresh version cbb 3.8
4. I will place the tables of the forum in SQL database
5. Or you recommend me upgrade direct without these steps above?

Thank you, peterr, skenow, davidl2
Definitively the XOOPS support is the best of the best, (y es el mejor de los mejores) congratulations.

Blessings,
David

Login

Who's Online

258 user(s) are online (161 user(s) are browsing Support Forums)


Members: 0


Guests: 258


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits