1
vPASP
Cbb problems
  • 2007/6/16 14:45

  • vPASP

  • Just popping in

  • Posts: 12

  • Since: 2007/6/16


I istalled the cbb module (versions 2.3 or 3.08) 2-3 times every one.
The istallation was OK.
The problem is whenever I try to access the forum, or change settings (not all the settings menus of the module) it returns a black page.

(debug info)

Fatal error: Call to a member function addCSS() on a non-object in /var/www/html/modules/newbb/header.php on line 51
All errors (1) queries (5) blocks (0) extra (0) timers (3)
Errors
Notice: Undefined variable: xTheme in file /modules/newbb/header.php line 51
Queries
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data FROM xoops_session WHERE sess_id = '4sb54aopqrh3u5csespspv09d7'
SELECT * FROM xoops_users WHERE uid=1
SELECT * FROM xoops_modules WHERE dirname = 'newbb'
SELECT * FROM xoops_config WHERE (conf_modid = '2') ORDER BY conf_order ASC
Total: 5 queries
Blocks
Total: 0 blocks
Extra
Timers
XOOPS took 0.048 seconds to load.
XOOPS Boot took 0.040 seconds to load.
Module init took 0.008 seconds to load.


What does this happen?
how can I solve the problem?


Xoops v. 2.0.16 greek
Apache/2.0.52
PHP Version 5.2.2

2
vPASP
Re: Cbb problems
  • 2007/6/16 15:16

  • vPASP

  • Just popping in

  • Posts: 12

  • Since: 2007/6/16


I uploaded the files of XOOPS editor.
I can't download and install the frameworks package.
Do you think this is the problem?

I istalled XOOPS at localhost, a local server, at home and it works.
Using the same installation files at the hosting space a have, the forum is not working...

Very mysterious situation

3
vPASP
Re: Cbb problems
  • 2007/6/17 15:39

  • vPASP

  • Just popping in

  • Posts: 12

  • Since: 2007/6/16


Hi again. I tried uploading the frameworks I 've downloaded just now.
Actually, there was a folder "Frameworks" uploaded together with the cbb module at the root directory (where mainfile.php is) which contained just a folder named xoops22.

The problem was not solved.
Now, I try to re-install XOOPS in a different dir, lest the module will be working there...


Do you have any ideas what can be the fault?

4
vPASP
Re: Cbb problems
  • 2007/6/17 16:14

  • vPASP

  • Just popping in

  • Posts: 12

  • Since: 2007/6/16


Notice: Undefined variable: xTheme in file /modules/newbb/header.php line 51

5
vPASP
Re: Cbb problems
  • 2007/6/17 16:16

  • vPASP

  • Just popping in

  • Posts: 12

  • Since: 2007/6/16


When i try newBBex it returns me:

Fatal error: Cannot redeclare get_total_topics() (previously declared in /var/www/html/modules/newbbex/functions.php:25) in /var/www/html/modules/newbb/include/functions.php on line 730

6
vPASP
Re: Cbb problems
  • 2007/6/17 16:19

  • vPASP

  • Just popping in

  • Posts: 12

  • Since: 2007/6/16


At the admin menu it returns (cbb-> index):

Fatal error: Call to a member function loadModuleAdminMenu() on a non-object in /var/www/html/modules/newbb/admin/index.php on line 165

7
alfred
Re: Cbb problems
  • 2007/6/17 16:53

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


is the Framework correctly installed ?

<XOOPS_ROOT>/Frameworks
<XOOPS_ROOT>/Frameworks/art
<XOOPS_ROOT>/Frameworks/captcha
<XOOPS_ROOT>/Frameworks/fpdf
<XOOPS_ROOT>/Frameworks/PEAR
<XOOPS_ROOT>/Frameworks/textsanitizer
<XOOPS_ROOT>/Frameworks/transfer
<XOOPS_ROOT>/Frameworks/xoops22

Alfred

8
Anonymous
Re: Cbb problems
  • 2007/6/17 18:12

  • Anonymous

  • Posts: 0

  • Since:


Quote:
dhsoft wrote:

is the Framework correctly installed ?

<XOOPS_ROOT>/Frameworks
<XOOPS_ROOT>/Frameworks/art
<XOOPS_ROOT>/Frameworks/captcha
<XOOPS_ROOT>/Frameworks/fpdf
<XOOPS_ROOT>/Frameworks/PEAR
<XOOPS_ROOT>/Frameworks/textsanitizer
<XOOPS_ROOT>/Frameworks/transfer
<XOOPS_ROOT>/Frameworks/xoops22


Just to follow up.... you must upload the three elements (cbb module. Frameworks and xoopseditor) as follows:

website_root/class/xoopseditor (make sure that this isn't "nested" inside another from the .zip file)
website_root/Frameworks (note the capital "F")
website_root/modules/newbb

Anything else is wrong and and your cbb forums won't work properly.

9
vPASP
Re: Cbb problems
  • 2007/6/19 10:19

  • vPASP

  • Just popping in

  • Posts: 12

  • Since: 2007/6/16


The three components (cbb, Frameworks, xoopseditor) exist on the server and contain files..

JAVesey, what do you mean nested inside another from the zip file? there was a folder xoopseditor in one zip archive containing cbb and I 'd uploaded this many days ago. Now, I 've uploaded a new archive of xoopseditor (v1.10 I think) without deleting the old version..

I suppose no more procsessing is needed than just uploading the three elements and installing cbb..

10
Anonymous
Re: Cbb problems
  • 2007/6/19 10:29

  • Anonymous

  • Posts: 0

  • Since:


Hi,

Quote:
vPASP wrote:

JAVesey, what do you mean nested inside another from the zip file?


Many modules, when downloaded as a .zip file, have the directory that you need to upload as subdirectories of another. Sometimes users don't realise this and upload the required directory as a subdirectory.

The folder/directory that you need is called "xoopseditor" and it must be uploaded to website_root/class

Quote:
vPASP wrote:

there was a folder xoopseditor in one zip archive containing cbb and I 'd uploaded this many days ago. Now, I 've uploaded a new archive of xoopseditor (v1.10 I think) without deleting the old version..


If you mean that you uploaded xoopseditor (v1.10 is the latest) to:

website_root/class

and over-wrote an exisiting, earlier version of the /xoopseditor directory then this will be fine.

Quote:
vPASP wrote:

I suppose no more procsessing is needed than just uploading the three elements and installing cbb..


Yes, this is correct - just upload all three elements to the locations given in my earlier post and then install the CBB module in admin just like any other module.

Hope all works okay for you

Login

Who's Online

249 user(s) are online (155 user(s) are browsing Support Forums)


Members: 0


Guests: 249


more...

Donat-O-Meter

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

Latest GitHub Commits