Skip to Content Skip to Menu

white screen Help!

15 years 11 months ago #77720 by Martinincanada
white screen Help! was created by Martinincanada
Joomla 1.0.15
CB RC2

Any links to UddeIm produces suddenly a white screen and message:

Fatal error: Cannot redeclare class mosComponent in /mnt/w0805/d15/s43/b02e542f/www/blabla.ca/includes/joomla.php on line 1983

I'm clueless!

Thank you

Martin

Post edited by: Martinincanada, at: 2008/10/18 22:43

Post edited by: Martinincanada, at: 2008/10/18 22:44

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 11 months ago #77749 by slabbi
Replied by slabbi on topic Re:white screen Help!
I don't think that this is uddeIM realated since uddeIM does not declare a new class mosComponent.

For compatibilty I declare mosTab and two other classes on Joomla 1.5 systems (only when these classes do not already exist).

Are you sure that you do not have installed another component like a translation or SEF component?

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 11 months ago #77791 by slabbi
Replied by slabbi on topic Re:white screen Help!
I think I have found the problem:

The problem is that uddeIM includes mambo.php for compatibility with Mambo and a second component seems to do the same, so classes might be double defined:

uddeIM (~line 30):

[code:1]if (file_exists(uddeIMgetPath('absolute_path').'/includes/mambo.php'))
require_once(uddeIMgetPath('absolute_path').'/includes/mambo.php');[/code:1]

You can try to comment both lines. uddeIM should still work in Joomla but may fail on Mambo installations.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum