× Joomla Facebook Connect support forum

Topic-icon CorePHP Wordpress and JFBC problem

Active Subscriptions:

None
14 years 4 months ago #17903 by BWfacebook
After upgrading JFBC I am no longer able to log into my CorePHP Wordpress site. I had no problem with my previous version of JFBC so I'm hoping this is an easy fix.
Here is my error message:
Fatal error: Class 'JFile' not found in /home/content/b/z/h/bzhostingl1/html/wenatchee-leavenworth-river-rafting/plugins/user/jfbconnectuser.php on line 109
The topic has been locked.
Support Specialist
14 years 4 months ago #17904 by alzander
Hrmm. Not sure why that's cropping up now. However, there should be an easy fix, if you wouldn't mind trying it.

In the /plugins/user/jfbconnectuser.php file, you'll see:
jimport('joomla.plugin.plugin');
Add the following line directly below that:
jimport('joomla.filesystem.file.php');

Let us know if that fixes you up. We're releasing JFBConnect v4.1.1 tomorrow, and this fix will -not- be in there, so you'll need to do this again when you update.

Sorry for the trouble, and good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #17905 by BWfacebook
I have added the line you suggested, where you directed.

I now get a new error one line below the previous error point.
Fatal error: Class 'JFile' not found in /home/content/b/z/h/bzhostingl1/html/wenatchee-leavenworth-river-rafting/plugins/user/jfbconnectuser.php on line 110
The topic has been locked.
Support Specialist
14 years 4 months ago #17907 by alzander
Apologies, please remove the '.php' from that line. It should look like:
jimport('joomla.filesystem.file');
Hopefully, that will get you going!
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #17912 by BWfacebook
Success. Thanks for the rapid response. Do I mark my support issue as solved somehow?
The topic has been locked.
Support Specialist
14 years 4 months ago #17914 by alzander
No problem for the quick response. No one likes fatal errors more than us. We're always here to help.. so thanks for your subscription!

Good luck,
Alex
The topic has been locked.