Skip to Content Skip to Menu

experimental release 2 for Joomla 1.5 native

  • edinger
  • edinger
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
16 years 1 month ago #71770 by edinger
Replied by edinger on topic Re:experimental release for Joomla 1.5 native
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:1]Fatal error: Class 'JPaneTabs' not found in D:\xampplite\htdocs\joomla156\administrator\components\com_uddeim\admin.uddeimlib15.php on line 41[/code:1]

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


Dieter

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 1 month ago #71771 by slabbi
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 & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

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

  • edinger
  • edinger
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
16 years 1 month ago #71780 by edinger
Replied by edinger on topic Re:experimental release for Joomla 1.5 native
Yes, with this coding in admin.uddeimlib15.php it works.
[code:1] // jimport('joomla.html.pane');
JLoader::register('JPaneTabs', JPATH_LIBRARIES.DS.'joomla'.DS.'html'.DS.'pane.php');
[/code:1]
Dieter
P.S.: Thanks a lot for this cool plugin/component.

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

  • honich
  • honich
  • OFFLINE
  • Posts: 4
  • Thanks: 0
  • Karma: 0
16 years 1 month ago #71781 by honich
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 :evil:

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 1 month ago #71783 by slabbi
honich wrote:

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


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 & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

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

  • edinger
  • edinger
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
16 years 1 month ago #71787 by edinger
Replied by edinger on topic Re:experimental release for Joomla 1.5 native
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.

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum