Topic-icon social connect

Active Subscriptions:

None
7 years 7 months ago #59597 by rapsearch
social connect was created by rapsearch
Hi,

In the past i had social connect (Facebook/twitter and google) working on my site and figures i'd check it again.. dont do this daily... and noticed that its all down :(

Facebook simply does nothing.. i press the icon, login at facebook and then nothin..
twitter gives me this

====
Error displaying the error page: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '=' SQL=SELECT * FROM #__jmap_metainfo WHERE `linkurl` = 'www.rapsearch.com/��e' AND `published` = 1: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '=' SQL=SELECT * FROM #__jmap_metainfo WHERE `linkurl` = 'www.rapsearch.com/��e' AND `published` = 1
=======

I did autotune and checked the config settings but i cant find anything. Do you have some pointers or maby can take a look? I can setup admin access
The topic has been locked.
Support Specialist
7 years 7 months ago #59604 by alzander
Replied by alzander on topic social connect
When I try to connect with Facebook, the Javascript console in the browser shows the following error:
sdk.js:4 Uncaught ReferenceError: jfbcJQuery is not defined
Please set the "Include jQuery / Bootstrap" setting to Yes in JFBConnect and try again. If that doesn't work, please try disabling some of the Javascript optimization extensions/plugins/features you have enabled. Facebook is very specific about the order of loading of some Javascript and the calls they make. If things are re-ordered, things can break.

For Twitter, I'm not sure what that error means, but it's not a SQL query that comes from JFBConnect. You may need to contact the developers of 'jmap' to understand what's going on. As a temporary test, you can disable whatever extension that is and try Twitter authentication again to see if it works, which will help narrow down the root cause to JFBConnect or JMap.

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

None
7 years 7 months ago #59605 by rapsearch
Replied by rapsearch on topic social connect
Hi Alex,

After some test i found that it's related to my plugin: scriptmerge (extensions.joomla.org/extension/scriptmerge)
Are you familiar with that?

In there i can set the plugin to skip certain components or .js files. I thought i cover the JFBconnect ones by letting the script skip the entire component but i guess not.
Is there a list of script urls you guys use in your component? So i can test to see if i can make this work as i would liek to use this merge plugin if possible
The topic has been locked.
Support Specialist
7 years 7 months ago #59616 by alzander
Replied by alzander on topic social connect
I'm not familiar with it, but know of many others with what sound like similar features.

In general, you should have that plugin skip:
jfbconnect.js
jq-bootstrap-1.8.3.js

Hopefully that helps get you going, but if not, let us know.

Thanks,
Alex
The topic has been locked.