Topic-icon Login button not working

Active Subscriptions:

None
14 years 4 months ago #18145 by axaler
It seem that the button doesn't have a working link.
All plugins are installed.
See www.meetingblogs.org
If you need user and pass to access the backend, please let me now.
Thanks
The topic has been locked.
Support Specialist
14 years 4 months ago #18155 by alzander
Replied by alzander on topic Login button not working
It's the Like button that's being inserted into every post. Each Like button is re-including the Facebook Javascript library (all.js) in a way that's incompatible with the features of JFBConnect. If you can simply remove that re-inclusion of the library, everything should start working. You're free to continue using your fb:like tags, but the Javascript inclusion has to go.

Hope that helps get you started, but if not, let us know!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #18235 by axaler
Replied by axaler on topic Login button not working
How can I remove the re-inclusion of the library?
And keep manteining the Like button in every posts (this is important tu us)?
Besides: if I click the component main menu or the Overview menu in backend I get this error:
500 - An error has occurred. String could not be parsed as XML - Return to Control Panel
Thanks for a new answer.
The topic has been locked.
Support Specialist
14 years 4 months ago #18241 by alzander
Replied by alzander on topic Login button not working
Axaler,
I'm not sure what is inserting the Like button on every post there. It's likely your forum, but it could be another extension or something that was manually added to the template. I honestly can't help you find that, but I'd recommend contacting the forum developer to see if they can help. Once you find it's location, there's a block of code you'll see that will look something like:
<div id="socialbutton" class="alignleft bottom width-full"></div><div style="clear:both;"></div>
<div class="facebook-likes mtm clearfix">
	<div id="eb-fblikes" class="alignleft">
		<div id="fb-root"></div><script src="https://connect.facebook.net/en_GB/all.js#xfbml=1"></script>
                       <fb:like href="http://meetingblogs.altervista.org/en/entry/beyonce" send="true" layout="standard" action="like" locale="en_GB" colorscheme="dark" show_faces="false" style="height: 30px;width:450px;" height="30" width="450"></fb:like>
                </div>
	</div>
	<!-- / / Report as inappropriate and Removebuttons Hack / / -->
</div><!--end: .blog-content-->
The whole 4th line that starts with <div id="fb-root"> needs to be removed. Hopefully, the class names used there and the comments help you find where (or what extension) that code is being added.

As for the Overview page, we've never heard of that one. JFBConnect downloads an XML from SourceCoast which has the latest version information for each of the extensions. That's the only XML file that should be read on the page, and we tell Joomla to do it because it can parse XML files easily. If you'll allow us access to the admin area of your site, we'll gladly debug the issue further to determine the cause.

Hope that all helps,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #18252 by axaler
Replied by axaler on topic Login button not working
Can I send user and pass to access the backend privately by mail?
Thanks
The topic has been locked.
Support Specialist
14 years 4 months ago #18270 by alzander
Replied by alzander on topic Login button not working
I just debugged your site. For some reason, the PHP command we're using to fetch our XML file is failing on your site. Either it's restricted, or the DNS lookup for SourceCoast.com is failing. Either way, I disabled the version check, and now the Overview page works.. although version information isn't shown.

Hope that helps get you started.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #18275 by fb_506903577
I think for the same reason you have identified in this post, my 'login with facebook' button doesnt work when I have the JFBCfan module enabled anywhere on my site (which includes a like button) - I get an error when i try to login or logout... but if I disable the JFBCfan module it works fine... are you aware of this issue?

Chris
www.mkfm.com
The topic has been locked.
Support Specialist
14 years 4 months ago #18276 by alzander
Replied by alzander on topic Login button not working
Chris,
If you're using the JFBCFan module that comes with JFBConnect, that shouldn't be an issue. We don't re-include the Javascript library, and take great care to test a lot of different combinations of our extensions.

Can you tell me what the error is that you get when you try to login or out?

Also, can you enable the JFBCFan module and the Login With Facebook module on some sub-page of your site and send us the link? We'll do our best to get you an answer as to what's wrong, but as we've never heard of this problem, it may take a little bit of investigation.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 3 months ago #19390 by fb_506903577
Hi - sorry for the slow reply. The error I am getting is 500 - View not found [name, type, prefix]: jfbconnect, html, jfbconnectView.

This happens when the JFBCComments module is enabled on any page of the site and you try to login or out with the standard joomla Login module which has the {JFBCLogin} button in it.

The website is www.mkfm.com and currently both modules are enabled so the error comes up when you try to login with facebook.

If I disable the JFBCComments module, it works fine. (the same thing happens with the Fan module)

Thanks for your help.

Chris
The topic has been locked.
Active Subscriptions:

None
14 years 3 months ago #19433 by mtk
Replied by mtk on topic Login button not working

fb_506903577 wrote: Hi - sorry for the slow reply. The error I am getting is 500 - View not found [name, type, prefix]: jfbconnect, html, jfbconnectView.

This happens when the JFBCComments module is enabled on any page of the site and you try to login or out with the standard joomla Login module which has the {JFBCLogin} button in it.

The website is www.mkfm.com and currently both modules are enabled so the error comes up when you try to login with facebook.

If I disable the JFBCComments module, it works fine. (the same thing happens with the Fan module)

Thanks for your help.

Chris

Hello,
could you create an internal page (probably hidden to your visitors) with one of those 'problematic' modules enabled so we could see the problem?

Mati
The topic has been locked.