× Joomla Facebook Connect support forum

Topic-icon 500 error just in IE with core SEF

Active Subscriptions:

None
15 years 2 weeks ago #888 by jchaclan
Thanks a lot. I'm sorry, now I understand. The solution was very simple.
Your component is great, thanks a lot for your help. You have a great support.
The topic has been locked.
Support Specialist
15 years 2 weeks ago #889 by alzander
No problem. The infinite redirect thing is a pain. It's not in the test release yet, but in the next version we're trying to make a check on the JFBConnect admin home page that will alert you if the plugins aren't enabled.

Hopefully, this will help fix everyone's issue :)
The topic has been locked.
Active Subscriptions:

None
15 years 1 week ago #957 by ali_zamanian
Same problem here , I Tried All the solutions posted in forums ! none of em helps . Somebody Please help meeeeeeeeeeeeeeeeee!!!!
The topic has been locked.
Support Specialist
15 years 1 week ago #958 by alzander
Ali,
I logged into your site, and for some reason the JFBConnect - Authentication plugin is not installed. I can see it in the plugins/authentication directory, but it won't show it in the plugin manager. Using JoomlaXplorer, I was unable to delete the 2 files there (jfbconnectauth.php and jfbconnectauth.xml), and was therefore unable to reinstall the plugin.

Please delete those files, install the plugin, and enable it. It's the same issue that's been described here before. Without that plugin, you'll get the infinite loop because the login module tries to authenticate, there's no authentication, so it 'fails' login, redirects to the home page where the login modules tries to authenticate again.

The authentication plugin is in the JFBConnect zip file in the admin/packages directory.
The topic has been locked.
Active Subscriptions:

None
15 years 1 week ago #971 by ali_zamanian
AAAA Gotcha !
PErfect ! I've deleted everythin' , Re-installed again n Enabled plugin ! Works as it described.
I'm juss curious to know, When you're creating application on facebook , is there any way to have feed story on users wall about their activity on your website?
Appreaciate ur help.
The topic has been locked.
Active Subscriptions:

None
15 years 1 week ago #978 by upgradeyourbody
I ended up fixing this problem by putting <!-- m --><a class="postlink" href="sitename.com">sitename.com in the facebook application canvas page. In ehe section that says 'required urls' just put your homepage address in there. You can check its set by going to the JFBConnect overview page and see that there is a callback url there.
The topic has been locked.
Active Subscriptions:

None
15 years 2 days ago #1044 by mhipp

sourcecoast wrote: JChaclan,

If you are getting the infinite redirect error, this is the first thing that should be checked. Please make sure that both of the following plugins are enabled:
- Authentication - JFBConnect Facebook
- System - JFBConnect Namespace



BINGO! This was the solution for me. Go to the plugin manager and enable "Authentication - JFBConnect Facebook" and "System - JFBConnect Namespace".

Thank you SO SO much <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: -->
The topic has been locked.
Active Subscriptions:

None
14 years 11 months ago #1083 by upgradeyourbody
It seems to work fine on my pc, but friends are saying they get the 500 error when they test it. Any ideas?

500 - View not found [name, type, prefix]: jfbconnect,html,jfbconnectView
And then when they went back to try again (in case login details were incorrect) it started going straight to the error page
So they could only try to login once.

After some testing I realised the url they are going to is:
/index.php?option=com_jfbconnect&view=loginregister

if I delete the amp; bit the url works, but where I can edit the code so it puts the correct url like this
/index.php?option=com_jfbconnect&view=loginregister

UPDATE: I ended up fixing this by uninstalling the component 2.1.0test and installing 2.0.1 I guess the 2.1.0test is still a bit buggy
The topic has been locked.