That should have the locale/language in it, like://connect.facebook.net//all.js
I know you have some multi-lingual stuff working on your site, and all I can guess is that JFBConnect is receiving a blank language string when asking Joomla what language to use. Again, we've *never* seen that in 5 years of development, so something's definitely odd.//connect.facebook.net/en_GB/all.js
$lang = JFactory::getLanguage();
$locale = $lang->getTag();I'm not sure what would happen with JFBConnect if sessions aren't available. We have to store quite a few variables at different stages along the login/registration path. One specific variable is the return URL for the user when they are logging in. If sessions can't be stored and you have the redirection set to "Same Page", that's likely where the problem is coming from.We are running Varnish (with patch from MassiveScale) as the only change to the core (but that's mostly to ignore the sessions from a guest user) on this Joomla 3.2 site.
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
