Hi,
When I want to set an RSS Cooliris feed for specific categories in PhocaGallery 2.5.6, I get always that error:
Fatal error: Class 'JFile' not found in .../administrator/components/com_phocagallery/models/phocagalleryc.php on line 514
Does somebody encounter this problem ?
Thanks for your help.
PhocaGallery Cooliris: Fatal error: Class 'JFile' not found
-
jeepix
- Phoca Newbie

- Posts: 3
- Joined: 15 Aug 2009, 11:55
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: PhocaGallery Cooliris: Fatal error: Class 'JFile' not found
Hi,
I am testing it and get no problem there, the JFile class should be loaded there?
Try to paste the:
jimport('joomla.filesystem.file'); on line 416 in this file.
Test, if all files were installed on your Joomla! and Phoca Gallery, it seems like something is missing there, the same with this topic:
viewtopic.php?f=1&t=5492&p=24123#p24123
Jan
I am testing it and get no problem there, the JFile class should be loaded there?
Try to paste the:
jimport('joomla.filesystem.file'); on line 416 in this file.
Test, if all files were installed on your Joomla! and Phoca Gallery, it seems like something is missing there, the same with this topic:
viewtopic.php?f=1&t=5492&p=24123#p24123
Jan
If you find Phoca extensions useful, please support the project
-
jeepix
- Phoca Newbie

- Posts: 3
- Joined: 15 Aug 2009, 11:55
Re: PhocaGallery Cooliris: Fatal error: Class 'JFile' not found
Jan,
When pasting: jimport('joomla.filesystem.file'); on line 416 in this file.
It works well.
Thanks for all, I will check my install. Nice day.
When pasting: jimport('joomla.filesystem.file'); on line 416 in this file.
It works well.
Thanks for all, I will check my install. Nice day.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: PhocaGallery Cooliris: Fatal error: Class 'JFile' not found
Ok
If you find Phoca extensions useful, please support the project