Page 1 of 1

Fatal error: Class 'JFile' not found

Posted: 04 Sep 2016, 03:00
by toniola
When i work with voice of menu "List of Categories" i have this problem
Fatal error: Class 'JFile' not found in /web/htdocs/www.xxxxxxxxxxx.it/home/components/com_ ... efault.php on line 156
The file default.php finish number 126?
I have Joomla 3.6.2
Phocadownload 3.1.2
Help me, please!
Toniola

Re: Fatal error: Class 'JFile' not found

Posted: 06 Sep 2016, 23:35
by Jan
Hi, hmm, testing now, getting no such problems, there must be something mission in your installation.

To solve this, open following file:
omponents\com_phocadownload\phocadownload.php

And add after this line:

Code: Select all

phocadownloadimport('phocadownload.utils.utils');
following lines:

Code: Select all

jimport( 'joomla.filesystem.folder' ); 
jimport( 'joomla.filesystem.file' );
I will do more tests for this.

Jan

Re: Fatal error: Class 'JFile' not found

Posted: 02 Oct 2017, 13:20
by Jan