Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>
Re:experimental release for Joomla 1.5 native
Date: 2008/08/20 14:07 By: edinger Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 6
graphgraph
Hi,

I installed joomla 1.5.6 (german) and uddeim 1.3 in native mode (no legacy mode) without CB.
In the frontend it seems to work, but in the backend I get the following error with url http://localhost/joomla156/administrator/index.php?option=com_uddeim:

Code:

 Fatal error: Class 'JPaneTabs' not found in D:\xampplite\htdocs\joomla156\administrator\components\com_uddeim\admin.uddeimlib15.php on line 41



My environment:
local installation xampplite 1.6.6 under Windows XP:
+ Apache 2.2.8
+ MySQL 5.0.51a
+ PHP 5.2.5


Dieter
Click here to see the profile of this user The administrator has disabled public write access.

Re:experimental release for Joomla 1.5 native
Date: 2008/08/20 14:28 By: slabbi Status: CB Doc subscriber  
Karma: 69  
Moderator

Posts: 1172
graphgraph
Could you try following:

In admin.uddeimlib15.php there is one jimport line

jimport('joomla.html.pane');

comment this line out and comment the following line in:

// JLoader::register('JPaneTabs', JPATH_LIBRARIES.DS.'joomla'.DS.'html'.DS.'pane.php');

Does it work?

Maybe its a problem with the path under Windows XP? Don't know since it works on my live and test systems running Linux.

Post edited by: slabbi, at: 2008/08/20 14:51
uddeIM Development
CB Language Workgroup
CB 3rd Party Developer
Click here to see the profile of this user The administrator has disabled public write access.

Re:experimental release for Joomla 1.5 native
Date: 2008/08/20 16:08 By: edinger Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 6
graphgraph
Yes, with this coding in admin.uddeimlib15.php it works.
Code:

     // jimport('joomla.html.pane');     JLoader::register('JPaneTabs'JPATH_LIBRARIES.DS.'joomla'.DS.'html'.DS.'pane.php');


Dieter
P.S.: Thanks a lot for this cool plugin/component.
Click here to see the profile of this user The administrator has disabled public write access.

Re:experimental release for Joomla 1.5 native
Date: 2008/08/20 16:10 By: honich Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 4
graphgraph
commenting the line with jimport out and the one with JLoader in solves my problem too. Now uddeim works for me too.

Seems I just didn't manage to turn on proper error reporting. (Even if it could be that it doesn't belong in this Forum, could someone please give me a hint how to get these cool error descriptions edinger posted...)

BUT nevertheless: The error is not ONLY Windows related because my provider uses FreeBSD & apache2. Seems like a uddeim issue after all
Click here to see the profile of this user The administrator has disabled public write access.

Re:experimental release for Joomla 1.5 native
Date: 2008/08/20 16:18 By: slabbi Status: CB Doc subscriber  
Karma: 69  
Moderator

Posts: 1172
graphgraph
honich wrote:
BUT nevertheless: The error is not ONLY Windows related because my provider uses FreeBSD & apache2. Seems like a uddeim issue after all

Not, really. jimport() calls JLoader->register() (both are Joomla functions). Both lines "should" be identical in their behavior. Unfortunately there are several paths used inside of these functions. Maybe there is still a bug in the Joomla core.
uddeIM Development
CB Language Workgroup
CB 3rd Party Developer
Click here to see the profile of this user The administrator has disabled public write access.

Re:experimental release for Joomla 1.5 native
Date: 2008/08/20 17:12 By: edinger Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 6
graphgraph
Hi honich,
maybe it has something to do with the PHP settings.
At the installation of joomla 1.5.6 it shows recommended and current PHP settings.

In my german setup:

Anweisungen Empfohlen Aktuell
Safe-Mode: Aus Aus
Fehler anzeigen: Aus An

The last one means "show error messages" which is "on" for my local installation. Hope this helps you.
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login