× Joomla Facebook Connect support forum

Topic-icon Fatal Error

Active Subscriptions:

None
15 years 2 months ago #155 by piltdown
Fatal Error was created by piltdown
Hi, I have two facebook accounts
application to seamlessly connect from the account I've done
but my other account I'm getting the following error;
Fatal error: Call to undefined method JSite:: enqueueError () in / home / .. /. /. /. / .. / Html / components / com_jfbconnect / controller.php on line 83

As a result the only application to connect seamlessly to my facebook account to other accounts of this error is

What is the problem? thank you Sorry for my english
The topic has been locked.
Active Subscriptions:

None
15 years 2 months ago #156 by Clark
Replied by Clark on topic Fatal Error
I've just started to receive the exact same error:
Fatal error: Call to undefined method JSite::enqueueError() in /*****/public_html/components/com_jfbconnect/controller.php on line 83

This component worked once for me, then I've had consistent 500 errors and now the one mentioned above. Can anyone shed any light on the error?
The topic has been locked.
Support Specialist
15 years 2 months ago #158 by alzander
Replied by alzander on topic Fatal Error
If you'd like to fix on your own for now, change that line in the controller (line 83, and another on 73) to enqueueMessage instead of enqueueError.

We're working on another RC release which will fix this and other problems. Unfortunately, when this is fixed, there is still going to be an error that the user is unable to be created (Which is what the error was trying to tell you in the first place).

Have you changed the configuration settings for the username creation? Most importantly, are you using the {rand} tag somewhere? Each Joomla username needs to be unique, so if you're testing with the same Facebook user to create multiple accounts, and not using the {rand} tag, JFBConnect will try to create a user with a username that already exists.. hence the error. This would also happen if 2 user's named "John Smith" signed up on your website.

Any other information on the user your creating would greatly help narrow this down.
The topic has been locked.