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
Fatal error: Class 'JFile' not found
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Fatal error: Class 'JFile' not found
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:
following lines:
I will do more tests for this.
Jan
To solve this, open following file:
omponents\com_phocadownload\phocadownload.php
And add after this line:
Code: Select all
phocadownloadimport('phocadownload.utils.utils');
Code: Select all
jimport( 'joomla.filesystem.folder' );
jimport( 'joomla.filesystem.file' );
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Fatal error: Class 'JFile' not found
Hi, set in version 3.1.3
https://www.phoca.cz/news/952-phoca-dow ... 3-released
https://www.phoca.cz/news/952-phoca-dow ... 3-released
If you find Phoca extensions useful, please support the project