Topic-icon init not called with valid version

Active Subscriptions:

None
9 years 6 months ago - 9 years 6 months ago #60123 by panosrekou
i implemented the extension successfully in english version, but when in Greek, i click on facebook login and nothing happens. I discovered the following error "init not called with valid version"
please check hariscotton.gr/en/my-account
and hariscotton.gr/logariasmos
Please provide help
Last edit: 9 years 6 months ago by panosrekou.
The topic has been locked.
Support Specialist
9 years 6 months ago #60124 by mel
Please go into the file /components/com_jfbconnect/libraries/provider/facebook.php. Around line 380, can you change
$version = "version: 'v2.2',";
to
$version = "version: 'v2.3',";

Let me know if this does not fix your problem. I'm wrapping up testing the new release of JFBConnect which will have this change and should be out in the next couple of days.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #60195 by panosrekou
in line 373 it has already this version
$version = "version: 'v2.3',";

still no working
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #60196 by panosrekou
This is the error log
JQMIGRATE: Migrate is installed, version 1.4.1
Uncaught hinnerError: undefinedmessage: "invalid version specified"__proto__: Error

at Object.a (connect.facebook.net/el_GR/sdk.js:43:189)

at require (connect.facebook.net/el_GR/sdk.js:11:585)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at __d (connect.facebook.net/el_GR/sdk.js:11:775)

at Object.<anonymous> (connect.facebook.net/el_GR/sdk.js:54:1)constructor: h(i,j)arguments: nullcaller: nulllength: 2name: "h"prototype: Error

at Object.a (connect.facebook.net/el_GR/sdk.js:43:189)

at require (connect.facebook.net/el_GR/sdk.js:11:585)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at require (connect.facebook.net/el_GR/sdk.js:11:547)

at __d (connect.facebook.net/el_GR/sdk.js:11:775)

at Object.<anonymous> (connect.facebook.net/el_GR/sdk.js:54:1)__proto__: ()FunctionLocation: <unknown>Scopes: Scopes[4]stack: "Error↵
at Object.a (connect.facebook.net/el_GR/sdk.js:43:189)↵
at require (connect.facebook.net/el_GR/sdk.js:11:585)↵
at require (connect.facebook.net/el_GR/sdk.js:11:547)↵
at require (connect.facebook.net/el_GR/sdk.js:11:547)↵
at require (connect.facebook.net/el_GR/sdk.js:11:547)↵
at require (connect.facebook.net/el_GR/sdk.js:11:547)↵
at require (connect.facebook.net/el_GR/sdk.js:11:547)↵
at require (connect.facebook.net/el_GR/sdk.js:11:547)↵
at __d (connect.facebook.net/el_GR/sdk.js:11:775)↵
at Object.<anonymous> (connect.facebook.net/el_GR/sdk.js:54:1)"__proto__: Object
The topic has been locked.
Support Specialist
9 years 6 months ago #60197 by mel
Looking at your page (that you last ran Autotune on), you have another extension that is calling an older, deprecated javascript library for Facebook, all.js. That is the 'old' version of the Facebook Javascript API which was discontinued. It's no longer meant to be used and will cause conflicts with some JFBConnect features, as JFBConnect uses the recommended sdk.js library. These will not work together. Some common extensions that included Facebook features are JomSocial, EasySocial, K2. You will also need to check your plugins, components and/or template for any Facebook features and try to disable them. Please remove the inclusion of the other all.js library from your site.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #60239 by panosrekou
That was helpful, i disabled a social api function on template and now working. thank you a lot!
The topic has been locked.
Support Specialist
9 years 6 months ago #60249 by mel
Great! Glad that helped resolved the problem. Let us know if you run into any further issues.

You can also check out our Quick Start Guide if you need some initial instructions for configuration.

-Melissa
The topic has been locked.