Page 1 of 1

Fehler beim Erstellen von PicLens-RSS-Dateien

Posted: 19 Sep 2009, 21:43
by olafd
Beim Erstellen von RSS-Dateien für PicLens / Colliris erhalte ich seit dem Upgrade auf 2.5.8 folgenden Fehler:
"Fatal Error: Class 'JFile' not found in /xxx/administrator/components/com_phocagallery/models/phoicagalleryc.php on line 514"

While Creating new RSS-Files for the PicLens-Feature, i'll get that message:
"Fatal Error: Class 'JFile' not found in /xxx/administrator/components/com_phocagallery/models/phoicagalleryc.php on line 514"
This happens since upgrading to 2.5.8.

(Joomla 1.5.14)

Re: Fehler beim Erstellen von PicLens-RSS-Dateien

Posted: 24 Sep 2009, 14:45
by Jan
Hi, it seems like jfile class was not loaded on your site. This will be fixed in next release.

For now you can paste the following code into:
/xxx/administrator/components/com_phocagallery/models/phoicagalleryc.php
above line 514

Code: Select all

jimport('joomla.filesystem.file');

to solve this problem.

Jan

Re: Fehler beim Erstellen von PicLens-RSS-Dateien

Posted: 24 Sep 2009, 18:41
by olafd
Thanks.

I found another hint whats going wrong:
This Error Message appears only, if i choose an empty category and only if the version is > 2.5.0
But the additionell line helps.




---


Schönen Dank.
Ich habe noch einen anderen Hinweis gefunden, was da falsch sein könnte:
Der Fehler tritt nur auf, wenn ich eine leere Kategorie auswähle. Dies passiert auch erst seit einer Version neuer als 2.5.0
Aber die zusätzliche Codezeile hat das Problem auch gelöst.

Re: Fehler beim Erstellen von PicLens-RSS-Dateien

Posted: 05 Oct 2009, 21:37
by Jan
Yes, this will be fixed in next version.

Jan