× Joomla Facebook Connect support forum

Topic-icon Problem with registration

Active Subscriptions:

None
15 years 1 month ago #8958 by fb_683002041
Hi Alex, we have now finished the step where the user can decide to create a new account with he/her Facebook-account or connect an existing user with an facebook account....

However no matter what we do, we just get redirected to the frontpage and no user has been created...

Can you help us? I'm on Skype all day
The topic has been locked.
Support Specialist
15 years 1 month ago #8967 by alzander
Replied by alzander on topic Problem with registration
Do you still have the auto-login plugin enabled, or any other plugin that would redirect the user after registration?

Can you try removing your template override for the loginregister.php page (temporarily) and see if that fixes the issue?
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #8982 by fb_683002041
Yeah I have tried some different things, but none of it works... Properly an error 40 (user) but really cant figure it out :l
The topic has been locked.
Support Specialist
15 years 1 month ago #8997 by alzander
Replied by alzander on topic Problem with registration
Morten,
Can you set me up an administrator account and PM me the details? We'll try to figure out what's going wrong, because I can't see it from the front-end side.

Thanks
The topic has been locked.
Support Specialist
15 years 1 month ago #9013 by alzander
Replied by alzander on topic Problem with registration
Morten, I just looked more at your page, and think I know where the issue is coming from.

The register button is outside of the registration form, and uses some code like the following:
a href="#." onclick="document.getElementById('jfbc_form_register').submit()">Register

When I click it, I brought to the home page with the URL of site.com/#. which is what's in the href above. The onclick event isn't being fired. Not sure why that is, or why you're doing it this way. I'd recommend moving the button inside the form and trying to use it like a normal Submit button. You can still style these with your own graphic and should be able to accomplish what you're trying to do..

Hope that helps, and as always, keep us posted!
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #9048 by fb_683002041
< a href="#." onclick="document.getElementById('jfbc_form_register').submit()">Register

i moved this code within form and now onclick event is being fired ... but now i got redirected to profil page but its blank ... unless i clear my chache and cookies and them i m gettign simple login page again

can you please see what we are missing in facebook thing
The topic has been locked.
Support Specialist
15 years 1 month ago #9062 by alzander
Replied by alzander on topic Problem with registration
We discussed earlier, but I always like to keep forum posts up-to-date :)

The issue seemed to be a URL rewriting issue which was changing the JomSocial profile link, when logged in, to something really weird. It didn't seem JFBConnect related, because when on the 'right' profile page when logged in as just a Joomla user, if I clicked the Logout button, it would take me to another wonky URL.

Hope you figure it out, and definitely let us know what you find. Good luck!
The topic has been locked.