|
|
|
Re:experimental release for Joomla 1.5 native
|
|
Date: 2008/08/20 14:07
|
By: edinger
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
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
|
|
The administrator has disabled public write access. |
|
|
|
Re:experimental release for Joomla 1.5 native
|
|
Date: 2008/08/20 14:28
|
By: slabbi
|
Status:
|
|
|
Karma: 69  
|
|
Moderator  | Posts: 1172 |   | |
|
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
|
|
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 |   | |
|
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.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:experimental release for Joomla 1.5 native
|
|
Date: 2008/08/20 16:10
|
By: honich
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 4 |   | |
|
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
|
|
The administrator has disabled public write access. |
|
|
|
Re:experimental release for Joomla 1.5 native
|
|
Date: 2008/08/20 16:18
|
By: slabbi
|
Status:
|
|
|
Karma: 69  
|
|
Moderator  | Posts: 1172 |   | |
|
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
|
|
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 |   | |
|
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.
|
|
The administrator has disabled public write access. |
|
|