× Joomla Facebook Connect support forum

Topic-icon 500 error just in IE with core SEF

Active Subscriptions:

None
15 years 1 month ago #328 by rluhmann
This is the error i've seen elsewhere in this forum wherein the pop up box doesn't close and a 500 error is returned.

It does work if you connect from the home page of the site. Any other page and you get the error.

Is there a simple fix for this?
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #329 by Clark
What version have you installed? This has been fixed with 2.0 stable. What version of sh404sef are you using at the moment?
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #332 by rluhmann
I'm not using sh404sef at all. Just the core joomla SEF. I also have the 2.0 stable component.
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #336 by rluhmann
found a solution that looks like it's fixing it.

this actually came from Eshelman who's done a great job supporting his fbcomment plugin for this component.

Open the file /components/com_jfbconnect/helpers/facebookhelper.php

Around lines 26 through 29 you should find this code:

function getXDReceiverLink()

{

return "index.php?option=com_jfbconnect&view=xdreceiver&format=raw";

}



Simply add a preceeding “/” to the line that starts with “return” so it looks like this:

function getXDReceiverLink()

{

return "/index.php?option=com_jfbconnect&view=xdreceiver&format=raw";

}
The topic has been locked.
Support Specialist
15 years 1 month ago #351 by alzander
Ah, that fix will work for you, but not for all sites. Mainly, if your Joomla is hosted in a subdirectory on your site, you would run into issues. Glad you found a resolution, and we'll try to come up with something that will work for everyone in a future release (so you don't have to re-mod that file every time).
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #390 by dannyt
I was redirected to this forum for this issue. This is the error I am receiveing after trying to sign in through FB Connect:
Redirect Loop

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

    * Have you disabled or blocked cookies required by this site?
    * NOTE: If accepting the site's cookies does not resolve the problem, it is likely a server configuration issue and not your computer.

I am using Joomla core SEF. I edited /facebookhelper.php file. Cookies are enabled for the site. Can anyone take a look at it at clockworkgreen.com? Will Uninstall/Reinstall possibly help?

<!-- s:| --><img src="{SMILIES_PATH}/icon_neutral.gif" alt=":|" title="Neutral" /><!-- s:| -->
The topic has been locked.
Support Specialist
15 years 1 month ago #398 by alzander
Did you get this working? I was able to create a user, and then log in on your site. Let us know if you're still having issues, and how to reproduce them.
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #408 by cybarton
Invalid Argument

The Facebook Connect cross-domain receiver URL (<!-- m --><a class="postlink" href="clockworkgreen.com/index.php?option=com_...%22%3A%220.535%22%7D">clockworkgreen.com/index.php?opt ... .535%22%7D) must have the application's Connect URL (www.clockworkgreen.com/">www.clockworkgreen.com/) as a prefix. You can configure the Connect URL in the Application Settings Editor.

That's the error I get when trying to use Facebook Connect on your site.

My site has the redirect loop error. Before that I had the avatar error.... hoping this will be fixed quickly as it is a totally cool plugin for jomsocial.

Chris
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #409 by dannyt
There is still a problem. When you say

Application Settings Editor

do you mean The component Global Configurations? I added my URL there, but it is still not working.

Basically, I go to the homepage. Click on the FB Connect icon in the dropdown from the upper right corner. The window pops up and I enter my email and pass. Then I am taken to the

Redirect Loop

error page. When I try to refresh my browser I can not get back to my homepage without clearing all the private data from the FF browser...

Really trying to get this up and going ASAP. Any other suggestions? <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confused" /><!-- s:? -->
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #414 by dannyt
UPDATE:

OK, so I think I figured it out. After having a friend test and it working for them, I started to look around some more. I had been using my own FB account to test the system. After creating a new joomla account through FB Connect, I had deleted that joomla user account. However, I did not realize that the FB account was still listed under the FB Connect component/User Map. When I deleted my account from there I was able to create a new registered account and login again without the error. :rolleyes:

So, thanks for the help guys! Sorry for the confusion. Hopefully this post will help others in the future. :P
The topic has been locked.