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)
Fehler beim Erstellen von PicLens-RSS-Dateien
-
olafd
- Phoca Newbie

- Posts: 8
- Joined: 04 Jan 2008, 23:34
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Fehler beim Erstellen von PicLens-RSS-Dateien
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
to solve this problem.
Jan
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

- Posts: 8
- Joined: 04 Jan 2008, 23:34
Re: Fehler beim Erstellen von PicLens-RSS-Dateien
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.
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.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Fehler beim Erstellen von PicLens-RSS-Dateien
Yes, this will be fixed in next version.
Jan
Jan
If you find Phoca extensions useful, please support the project