Page 1 of 1

PhocaGallery Cooliris: Fatal error: Class 'JFile' not found

Posted: 15 Aug 2009, 12:02
by jeepix
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.

Re: PhocaGallery Cooliris: Fatal error: Class 'JFile' not found

Posted: 15 Aug 2009, 18:52
by Jan
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

:idea: :(

Jan

Re: PhocaGallery Cooliris: Fatal error: Class 'JFile' not found

Posted: 15 Aug 2009, 20:59
by jeepix
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. :D

Re: PhocaGallery Cooliris: Fatal error: Class 'JFile' not found

Posted: 16 Aug 2009, 13:07
by Jan
Ok