× Joomla Facebook Connect support forum

Topic-icon Messed up my installation.

Active Subscriptions:

None
15 years 2 weeks ago #801 by adamfowler
Hi all,

I had finally got JFBC up and running and then I messed it up. Now when someone tries to connect for the first time with their facebook they get a 404 page. If you are already a member and connected via facebook connect you can still log in via facebook connect, just not if you are a new user.

I have no idea where to start. Any help is appreciated tremendously. <!-- w --><a class="postlink" href="www.gratefuljoy.com">www.gratefuljoy.com
The topic has been locked.
Support Specialist
15 years 1 week ago #829 by alzander
Replied by alzander on topic Messed up my installation.
Can you send me a message with admin access to your site? We've seen a few reports of this, but haven't gotten into a site to track it down.

Thanks
The topic has been locked.
Support Specialist
15 years 1 week ago #878 by alzander
Replied by alzander on topic Messed up my installation.
Thank you for sending me your credentials. I fixed the issue. You have the username generation set to be the users Facebook ID only, and unfortunately, in the most recent release of JFBConnect, we apparently broke the {fb_uid} logic.

Ultimately, the fix was to replace ~line 62 with the following:
$username = str_replace("{fb_uid}", $rawFbUserId, $username);

This logic will be deprecated with the newest version. We are moving to a new page which allows the user to set their own username/password/email upon registration. I hope this helps get your site up and running. It's a good looking site, and thank you for letting us get in and perform some tests.

Now to go to some of the other error posts and see if this is their problem.... <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confused" /><!-- s:? -->
The topic has been locked.
Active Subscriptions:

None
15 years 1 week ago #885 by adamfowler
Youdaman! Youdaman!
The topic has been locked.