Fatal error: Class 'JFile' not found

Phoca Download - download manager
User avatar
toniola
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 04 Nov 2012, 21:38

Fatal error: Class 'JFile' not found

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

Re: Fatal error: Class 'JFile' not found

Post 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
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48550
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Fatal error: Class 'JFile' not found

Post by Jan »

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