Problem with the Social login

StartZurück 1 2 WeiterEnde
10.08.2016 10:54
#1
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Posts: 410
Quote
Problem with the Social login

Hi I have a problem with the Social login

I have try to log in with and this is the return massage:

_JSHOP_SOCIAL_LOGIN_ERROR_REGISTER_FAILED

What to do?

Kind regards
Jacobsen


Joomla: 3.6.2
JoomShopping: 4.14.12
PHP: 7.0.9
MySQL: 5.5.47
Website Url: www.streetshop.dk
 
10.08.2016 14:41
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Problem with the Social login

configuration?

 
10.08.2016 16:53
#3
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Posts: 410
Quote
Aw: Problem with the Social login

What do you mean with configuration?
I have input the:
-Client ID
-Client secret
see attached images.

Kind regards
Jacobsen
Aw: Problem with the Social login


Letzte Änderung: 10.08.2016 16:53
 
12.08.2016 08:23
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Problem with the Social login

works for my test site

Screenshot error?

 
15.08.2016 13:10
#5
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Posts: 410
Quote
Aw: Problem with the Social login

When I press the facebook button, a new windows open, not the facebook login page, but my own page.
se the 2 images.


Kind regards
Jacobsen
Aw: Problem with the Social login
street2.jpg


Website Url: www.streetshop.dk
 
16.08.2016 07:49
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Problem with the Social login

Change file

plugins\system\jshopping_social_login\jshopping_social_login.php

change code (row 131)

if (!$user->save()){
JError::raiseWarning ('', _JSHOP_SOCIAL_LOGIN_ERROR_REGISTER_FAILED);
return false;
}

TO

if (!$user->save()){
print_r($user); die();
return false;
}

send me result.

 
16.08.2016 17:28
#7
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Posts: 410
Quote
Aw: Problem with the Social login

Not a good one. I have altered the username and password to xxxxxxxx, fi you need them I can send you a Private Message.

JUser Object ( [isRoot:protected] => [id] => 0 [name] => [username] => user_facebook_xxxxxxxxxxxxxxxx [email] => xxxxxxxxxxxxxx@facebook.com [password] => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [password_clear] => xxxxxxL [block] => 0 [sendEmail] => 0 [registerDate] => 2016-08-16 15:23:37 [lastvisitDate] => [activation] => [params] => {} [groups] => Array ( [0] => 2 ) [guest] => 1 [lastResetTime] => [resetCount] => [requireReset] => [_params:protected] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [separator] => . ) [_authGroups:protected] => [_authLevels:protected] => [_authActions:protected] => [_errorMsg:protected] => [userHelper:protected] => JUserWrapperHelper Object ( ) [_errors:protected] => Array ( [0] => JLIB_DATABASE_ERROR_PLEASE_ENTER_YOUR_NAME ) [aid] => 0 [usertype] => deprecated [password2] => xxxxxxxx )


Thank you
Kind regards
Jacobsen

 
16.08.2016 19:40
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Problem with the Social login

name empty

install
Social login 1.0.3

 
20.09.2016 10:58
#9
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Posts: 410
Quote
Aw: Problem with the Social login

I still have problem, it open a new windows there is a box with an Error code :


Error
_JSHOP_SOCIAL_LOGIN_ERROR_REGISTER_FAILED


In Addon jshopping social login
Facebook = ON

Client ID is OK
Client secret IS


Kind regards
Jacobsen

 
20.09.2016 13:29
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Problem with the Social login

https://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/21/11208.html?lang=en#6

 
26.09.2016 11:34
#11
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Posts: 410
Quote
Aw: Problem with the Social login

Still an error:

JUser Object ( [isRoot:protected] => [id] => 0 [name] => [username] => user_facebook_XXXXXXXXX [email] => XXXXXXXXXXXXXX@facebook.com [password] => XXXXXXXXXXXXXXXXXX [password_clear] => XXXXXXXXXXX [block] => 0 [sendEmail] => 0 [registerDate] => 2016-09-26 09:31:44 [lastvisitDate] => [activation] => [params] => {} [groups] => Array ( [0] => 2 ) [guest] => 1 [lastResetTime] => [resetCount] => [requireReset] => [_params:protected] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [separator] => . ) [_authGroups:protected] => [_authLevels:protected] => [_authActions:protected] => [_errorMsg:protected] => [userHelper:protected] => JUserWrapperHelper Object ( ) [_errors:protected] => Array ( [0] => JLIB_DATABASE_ERROR_PLEASE_ENTER_YOUR_NAME ) [aid] => 0 [usertype] => deprecated [password2] => XXXXXXXXX )

Kind regards
Jacobsen

 
26.09.2016 13:50
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Problem with the Social login

Fixed in Social login 1.0.3

your version
Social login 1.0.3?


for order development use kontakt.

 
29.09.2016 08:18
#13
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Posts: 410
Quote
Aw: Problem with the Social login

Please see attached images


What do you mean by for order development use kontakt.

It just want the model to work.


Kind regards
Jacobsen
Aw: Problem with the Social login

 
29.09.2016 10:53
#14
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Problem with the Social login

Works for my test site.

for test / check
https://www.webdesigner-profi.de/kontaktformular.html


Letzte Änderung: 29.09.2016 10:54
 
29.09.2016 22:36
#15
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Posts: 410
Quote
Aw: Problem with the Social login

?????????????????

Please link me to the test site where it works.!
You try to fix the problem with Social login 1.0.3
but it not working.

It work fine before updating joomshopping?

Kind regards
Jacobsen

 
30.09.2016 08:08
#16
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Problem with the Social login

Works for my test site.
ok.
Send me all test data (ftp, test login facebook ...)

 
07.12.2016 09:21
#17
pozitifffm
Joomshopping forum user no avatar
Name: Kostya
04.02.2014
Posts: 3
Quote
Aw: Problem with the Social login

1.0.1 Install the plugin for authentication via the vk. He made all the settings, click on the button to login in a new window is transferred to the page index.php? Jshopping_social_login = vk & code = ................ and an error 500. This plugin work completed . What to do?


Joomla: 3.6.4
JoomShopping: 4.15.0
PHP: 5.4.45
MySQL: 5.5.38
Website Url: http://2016.xn--80ajpgff4a.com/
 
09.12.2016 08:09
#18
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Problem with the Social login

url?
admin login?
ftp?
(forum privat message)

 
12.12.2016 13:13
#19
Picant
Joomshopping forum user no avatar
Name: Yuriy
24.12.2015
Posts: 7
Quote
Aw: Problem with the Social login

For Facebook authorization change file

plugins\system\jshopping_social_login\helper.php

change code (row 317)

$userInfo = self::send_request($option->url_me.'?'.http_build_query($params));

to

$userInfo = self::send_request($option->url_me.'?'.http_build_query($params).'&fields=id,name,first_name,last_name,link,gender,email,birthday');


Joomla: 3.6
JoomShopping: 4.15.0
PHP: 5.5.38
MySQL: 5.6
Website Url: https://musicroom.com.ua
 
12.12.2016 13:54
#20
Picant
Joomshopping forum user no avatar
Name: Yuriy
24.12.2015
Posts: 7
Quote
Aw: Problem with the Social login

Для корректной работы Social login пришлось изменить в полях id_facebook, id_twitter, id_googleid_ok, id_mail_ru, id_vk
таблицы #_jshopping_users

тип на - bigint
атрибуты на - UNSIGNED

поскольку идентификатор пользователя Google имеет длину 21 знак.

У меня заработало.

 
StartZurück 1 2 WeiterEnde


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.