× Joomla Facebook Connect support forum

Topic-icon Fatal Error when trying to use AutoTune

Active Subscriptions:

None
14 years 1 month ago #21944 by braloy
I just bought a subscription to JFBConnect for a website I am building in Joomla 1.5

I installed the package file and it said installed successfully, but when I click the autotune button this is the error that comes up:

"Fatal error: Class 'JFile' not found in /home/content/97/7501197/html/hwood/administrator/components/com_jfbconnect/controllers/autotune.php on line 20"

What do I need to do?
The topic has been locked.
Support Specialist
14 years 1 month ago #21947 by alzander
Brandon,
Sorry for the trouble. We'll look into the best fix for that issue. For now tough, please edit that file on your site. At line 20, you'll see:
if (!JFile::exists($libFile))
Change it like below, by adding the top line:
jimport('joomla.filesystem.file');
       if (!JFile::exists($libFile))

Let us know how that goes, and sorry for the trouble,
Alex
The topic has been locked.