× Joomla Facebook Connect support forum

Topic-icon extention non istalled. Why?

Active Subscriptions:

None
14 years 8 months ago #13560 by giafio
I have a problem...

I have installed the component and everything else...
it says that:

JFBCLogin 4.0.0 4.0.0 This extension is installed but not published.


Why? On the plugin page I activated all these:


Authentication - JFBConnect Facebook
Content - JFBCContent Enabled
System - JFBCSystem Enabled
User - JFBConnect Facebook

and actually it doesn't work.
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #13561 by giafio
Replied by giafio on topic extention non istalled. Why?
Moreover, on Kunena page it says too many reditections... and the page is not shown.

why?
The topic has been locked.
Support Specialist
14 years 8 months ago #13562 by alzander
The JFBCLogin extension is a module, not a plugin. When you publish that module, it's what shows the Login With Facebook blue button.

On the Kunena page, I'm not sure what's happening there. Did this just start after you installed JFBConnect? If you disable the Content, User, Authentication, and System plugins, does the redirection error go away?

Any other information you provide can help, including the URL of the page you're seeing these issues on.

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

None
14 years 8 months ago #13568 by giafio
Replied by giafio on topic extention non istalled. Why?
Kunena was working properly before.

Can I send you an admin account so that you can see and help me?
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #13583 by giafio
Replied by giafio on topic extention non istalled. Why?
I solved the problem with Kunena.

the big problem is still with the LOGIN itself, which doesn't work. Please, help!
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #13584 by giafio
Replied by giafio on topic extention non istalled. Why?
I would like to give you admin access to see and solve the problem with the login.

Please let me know where to send the account
The topic has been locked.
Support Specialist
14 years 8 months ago #13606 by alzander
Giafio,
I just got in to look at the front-end of your site and can see the problem. You have multiple extensions trying to load the Facebook Javascript library. One looks to be the ITP Share module. In this module, you should disable the settings for "Include Facebook Javascript" and "Include FB Root Tag" (something like that)

The other inclusion, I'm not really sure where it's coming from. If you open the source to your page, and search for 'all.js', you'll see it 2nd on the page right after the opening body tag. This will need to be removed as well, but again, I don't know where to point you.

Once those are fixed up, JFBConnect should start working.. but if not, just let us know!
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #13609 by giafio
Replied by giafio on topic extention non istalled. Why?
I removed the ITP share module for sure.

But I don't see any all.js, besides the one included into the script code that seems to be connected with your script:

<script type="text/javascript">


window.fbAsyncInit = function() {
FB.init({appId: '*******', status: true, cookie: true, xfbml: true, oauth: true, channelUrl: 'www.drownedmadonna.com/components/com_jf...sets/jfbcchannel.php'});
FB.Event.subscribe('comment.create', jfbc.social.comment.create);
FB.Event.subscribe('edge.create', jfbc.social.like.create);
};
(function() {
var e = document.createElement('script'); e.async = true;
e.src = document.location.protocol +
'//connect.facebook.net/en_GB/all.js';
document.getElementById('fb-root').appendChild(e);
}());
</script>


AND, unfortunately it's not working yet.
The topic has been locked.
Support Specialist
14 years 8 months ago #13610 by alzander
Directly below that block of code, I'm also seeing:
window.fbAsyncInit = function() {
				FB.init({appId: '117703361666128', apiKey: '', status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement('script'); e.async = true;
				e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
				document.getElementById('fb-root').appendChild(e);
			  }());		  
			</script>
That's the problematic code as it's re-initializing the Facebook Javascript library using the 'old' method, which is incompatible with JFBConnect.

You'll need to find the extension including that and remove it as well.

Alex
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #13611 by giafio
Replied by giafio on topic extention non istalled. Why?
I fixed the problem

Anyway it looks like it's not working... I have posted the JFBLogin module on the footer... it opens.. i login. it closes... and nothing happens at all. I sent you the admin account as a private message, you can enter the administration if you need it
The topic has been locked.