Topic-icon Urgent System - JFBCSystem conflict

Active Subscriptions:

None
10 years 7 months ago #36789 by purplechris
Hi when i upgrade my mod_jaslideshowlite modules stop working until i disable System - JFBCSystem

ive tried putting the order of the plugin to 1st and last with no luck

you can see the issue here www.urbanrec.co.uk/
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #36793 by purplechris
now have 8 sites with this, tried turning off jquery in component does nothing, only turning off the plugin resolves the conflict
The topic has been locked.
Support Specialist
10 years 7 months ago #36814 by alzander
Can you tell me more about what happens other than it stops working? If you set Error Reporting in Joomla to 'maximum', is there an error message shown? Does logging in simply not work?

What is jaslideshow and what did they change in the release you are coming from and going to? If you disable that module, I'm assuming things work as well? We'll gladly help resolve how we can, but this may be an issue in their extension as well.

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

None
10 years 7 months ago #36821 by purplechris
hey

error logging is off on our servers

what happens is ja slideshow lite doesnt show images or anything when your plugin is enabled, we are running the latest module and still nothing, also if we turn the module off still the slideshow doesnt work. obviously it might be possible to switch to another slideshow but needed to check if you have any ideas first?
The topic has been locked.
Support Specialist
10 years 7 months ago #36833 by alzander
I'm still a little confused about what changed. You mentioned:

Hi when i upgrade my mod_jaslideshowlite

So the old version of that module worked fine with JFBConnect? What did they change in this release that's conflicting? That would be very helpful to know to diagnose since it seems like something on their end changed and broke things. Also, have you contacted them, as they'd know their changes much better that we would.

Also, is there a way to see the problem in action? When I go to the page you linked to, JFBConnect is disabled.. so I have no way of seeing what the conflict actually is.

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

None
10 years 7 months ago #36835 by purplechris
sorry for the confusion

no the old version didnt work so i tried upgrading to the new version of jaslide to see if that would sort it and it doesnt

yeah sorry i did have to disable it as the client was complaining almost instantly, if you email me when you are available i can switch it back on to show you?

12 sites total now
The topic has been locked.
Support Specialist
10 years 7 months ago #36849 by alzander
I'm still confused though. Did you upgrade that module from a working version to one that doesn't work? Was there a slideshow on the page before that worked with JFBConnect, or did you install jaslide and things started breaking? If you did this on 12 sites, I'm assuming there was a working combination before you upgraded jaslide, and knowing what that configuration was will help.

As for testing, please enable on some site and we'll gladly look. Should be able to pretty quickly after you tell me it's active. Please let me know exactly what I should (or shouldn't) see though, as I don't know your pages.. so if some widget is missing, I likely won't notice.

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

None
10 years 7 months ago #36874 by purplechris
ok look here this is how it should look - awesomescreenshot.com/0071q6so3c that is a auto slideshow using jaslideshowlite

Now with your fb system plugin on - www.urbanrec.co.uk (screenshot incase the client complains awesomescreenshot.com/0491q6ss75)
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #36875 by giannib72
Hello,

I have the same problem:
- with jaslideshowlite and fb system plugin off: jaslideshowlite works fine
- with jaslideshowlite and fb system plugin on: there is no errors in console but jaslideshowlite won't show anything
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #36876 by purplechris
i managed to fix this which may allow you to fix the plugin as i cannot do this on all the sites

if i turn off the plugin and then put all this in my index.php just before the end body tag it works perfectly, so purhaps we can have it so the plugin puts the code there?

<script src="/components/com_jfbconnect/includes/jfbconnect.js?v=510" type="text/javascript"></script>
<script type="text/javascript">jfbc.login.logout_facebook = false;
jfbc.base = 'www.URL.co.uk/';
jfbc.return_url = 'Lw==';
jfbc.login.scope = 'email';
jfbc.login.show_modal = '0';
jfbc.login.auto = '0';
jfbc.login.logged_in = false;
jfbc.token = 'TOKEN';
jfbc.init();
</script>
<script type="text/javascript">
window.fbAsyncInit = function() {
FB.init({appId: '431531660290800', status: false, cookie: true, xfbml: true, channelUrl: 'www.URL.co.uk/index.php?option=com_jfbco...task=facebookChannel'});
FB.Event.subscribe('comment.create', jfbc.social.comment.create);
FB.Event.subscribe('edge.create', jfbc.social.like.create);
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/all.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
The topic has been locked.