Fehler beim Erstellen von PicLens-RSS-Dateien

Phoca Gallery - image gallery extension
olafd
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 04 Jan 2008, 23:34

Fehler beim Erstellen von PicLens-RSS-Dateien

Post 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)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Fehler beim Erstellen von PicLens-RSS-Dateien

Post 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
If you find Phoca extensions useful, please support the project
olafd
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 04 Jan 2008, 23:34

Re: Fehler beim Erstellen von PicLens-RSS-Dateien

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Fehler beim Erstellen von PicLens-RSS-Dateien

Post by Jan »

Yes, this will be fixed in next version.

Jan
If you find Phoca extensions useful, please support the project
Post Reply