Hi Bill,
thank you very much for the detailed error description.
We are currently looking into this issue and I will get back to you as soon as we have news.
Regards,
Ok, the issue is the following:
On your website http://gojewishonline.ru/my-courses/ you are using this OneAll subdomain:
jewishonline
You have however whitelisted the domains for this OneAll subdomain:
gojewishonline
You are not using the correc…
Could you please make sure that you are doing it for the subdomain jewishonline ?
At the moment you have only whitelisted these domains:
metachnetim.com *.metachnetim.com
Please go to this page:
https://app.oneall.com/applications/application/settings/security/?applicationid=331978
And then add these values to the allowed domains:
gojewishonline.ru *.gojewishonline.ru
Hello, to fix this error you can either re-install Social Login or edit the file communication.php from the plugin and replace this code:
//Check if we can authenticate the user $user_data = apply_filters('wp_authenticate_user', $user_data…
Could you please refresh the PrestaShop class cache?
Simply delete the following file from your PrestaShop folder:
/cache/class_index.php
PrestaShop will automatically create a new, updated version of that file.
Hi Byron,
the callback script can be written in any programming language. It's basically a script that makes an authenticated HTTP request to our API and then parses some JSON code.
In your case the easiest solution would be to implement it in Ja…
Hi Allan,
Could you please login to your Joomla administration area? Then go to Extensions \ Plugin Manager and reorder the plugins so that the K2 User plugin is listed before Social Login.
This should fix the issue.
Hi Simon,
to add Draugiem you first need to open the file settings.php of the Social Login plugin.
Then you look for this line:
$oa_social_login_providers = array(
And you add this code in a new line below:
'draugiem' => array( 'name' =&…
It's very difficult not to say impossible to fake the login with a social network. Social Login usually eliminates the issues with fake accounts and spammers.
You can use something like this:
function oa_social_login_set_registration_redirect_url ($redirect_to, $user_data) { return 'http://www.site.com/member/'.$user_data->user_login.'/'; } add_filter('oa_social_login_filter_registration_redir…