News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Social Login

Started by Claude, OneAll, February 01, 2013, 03:57:31 PM

Previous topic - Next topic

diegolyanky

What about existing users and their accounts?

SMF ... SimpleMachines ... Simple, but complete if you want it ;)

maximus23

Hello,

Error reported for Smf version 2.1 RC2

Type d'erreur: Undefined_vars
Message d'erreur: 8: Undefined variable: sc

Verify :

<file name="$sourcedir/Admin.php">

..............

'custom_url' => $scripturl . '?action=admin;area=oasl;sa=settings;sesc=' . $sc,



I replaced it with this :

<file name="$sourcedir/Admin.php">

...............

'custom_url' => $scripturl . '?action=admin;area=oasl;sa=settings;sesc=' . $context['session_id'],


:)
Pas de support par PM ou Courrier...Veuillez utiliser le forum pour vous avoir une réponse rapide à votre demande d'aide. Merci.
Amitiés et à Bientôt...
No support by PM or Mail...You will get better and faster responses in the support forums. Thank you.
Have a nice day...

woolly bugger

Quote from: diegolyanky on May 13, 2019, 05:36:33 PM
What about existing users and their accounts?



Logged me on into my Admin Account not my regular Account ... account probably  based off of email?

Seyit replikacep.com

Error type: Undefined
8: Undefined variable: sc https://www.replikacep.com/index.php
/var/www/vhosts/replikacep.com/public_html/Sources/Admin.php (Satır 182)


'custom_url' => $scripturl . '?action=admin;area=oasl;sa=settings;sesc=' . $sc,


error in error log

maximus23

Hello,

File Sources/Admin.php

Search:

'custom_url' => $scripturl . '?action=admin;area=oasl;sa=settings;sesc=' . $sc,

and Replace By:

'custom_url' => $scripturl . '?action=admin;area=oasl;sa=settings;sesc=' . $context['session_id'],


:)
Pas de support par PM ou Courrier...Veuillez utiliser le forum pour vous avoir une réponse rapide à votre demande d'aide. Merci.
Amitiés et à Bientôt...
No support by PM or Mail...You will get better and faster responses in the support forums. Thank you.
Have a nice day...

Seyit replikacep.com

could you add this turkish translation

// OneAll Social Login (https://docs.oneall.com/plugins/)
$txt['oasl_title'] = 'OneAll Sosyal Giriş';
$txt['oasl_config'] = 'Yapılandırma';
$txt['oasl_settings_descr'] = 'OneAll Sosyal Giriş Ayarları';
$txt['oasl_user_does_not_exist'] = "<strong>Bu sosyal ağ henüz bir hesaba bağlanmadı.</strong><br /><br />Lütfen yeni bir hesap oluşturmak için kayıt formunu kullanın. Zaten bir hesabınız varsa, sosyal ağı ona bağlamak için profil ayarlarınızı açın.";
$txt['oasl_user_may_not_register'] = 'Üzgünüz, fakat kayıt yeni kullanıcılar için kaydı devre dışı bıraktı.';
$txt['oasl_user_require_activation'] = 'Hesabınız oluşturuldu, ancak doğrulanması gerekiyor. Lütfen posta kutunuzu kontrol edin ve doğrulama e-postasındaki bağlantıyı tıklayın.';





TigerAnt

Can I get a fix for this error?

Error
Type of error: Undefined_vars
Error message: 8: Undefined variable: sc
File: /home/djradios/public_html/Sources/Admin.php
Line: 180
URL of page causing the error: https://djradiosoundstation.com/index.php?action=admin;area=logs;sa=errorlog;desc
Backtrace information
#0: smf_error_handler()
Called from /home/djradios/public_html/Sources/Admin.php on line 180
#1: AdminMain()
Called from /home/djradios/public_html/index.php on line 151
I help those who cannot get help elsewhere with free help!

Shambles

^ did you read any of the posts above yours?

TigerAnt

I tried to but I'm not a tech-savvy person but I did fix it by replacing the section code on line 180 as done above.

'custom_url' => $scripturl . '?action=admin;area=oasl;sa=settings;sesc=' . $context['session_id'],


Thanks guys for being smart.
I help those who cannot get help elsewhere with free help!

Shambles

Good work TA   8) A bit of reading always pays off

TigerAnt

I help those who cannot get help elsewhere with free help!

sakis11111

hi there guys, after installing SSL, I get a warming message from browsers that I have mixed content. According to whynotpadlock, the message is this:

A script with an insecure url of "http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js" was loaded on line: 31 of https://gg-goldengreek.net/smf1/index.php.

I think its the oneall mod. Is there any change to check it? My site is: https://gg-goldengreek.net/smf1/index.php

By the way, firefox says that these trackers and cookies are blocked:

connect.facebook.net
staticxx.facebook.com

Thank you very much


sakis11111

problem solved, no reason for an answer, thank you

Biology Forums

[Major bug discovered]

People whose names contain apostrophes cannot register.

In Subs-Members.php, it activates the error:

Invalid character used in Username.


gamallo

I am using SMF 2.1 RC2.
I ve noticed that traditional registered users are getting email notifications but OneAll users are not. I m not sure if this is a 2.1 RC2 problem or it has been happening since prior versions.
Does any have any idea about fixing it ?

pocttopus

I want to change the color of these labels bellow the social icons (Facebook, Google, Instagram, LinkedIn, Twitter, Yahoo) and there is some other http://assets.oneallcdn.com/css/api/themes/beveled_w35_h35_wc_v1.css file which I am not able to get in and change them.
How can I solve this issue?

I just want to change to color from #555 to #fff. The rule and the class is this:

.plugin #providers .provider .name {
color: #555;
text-align: center;
font-size: 11px;
line-height: 14px;
margin: 1px 0 2px;
}



pocttopus

Another issue.
New members can register through this mod but the avatars are not uploaded to their profiles on the forum.
How can I solve this? ???

smf version 2.0.17

pocttopus

Hello,

I am using 2.1RC2 version and constantly I am receiving error messages... the critical line is 180.



// OneAll Social Login (https://docs.oneall.com/plugins/)
172: 'oasl' => array(
173: 'title' => $txt['oasl_title'],
174: 'permission' => array('admin_forum'),
175: 'areas' => array(
176: 'oasl' => array(
177: 'label' => $txt['oasl_config'],
178: 'file' => 'Subs-OneallSocialLogin.php',
179: 'function' => 'oneall_social_login_config',
==>180: 'custom_url' => $scripturl . '?action=admin;area=oasl;sa=settings;sesc=' . $sc,
181: 'icon' => 'server.gif'
182: )
183: )
184: ),
185: 'layout' => array(
186: 'title' => $txt['layout_controls'],
187: 'permission' => array('manage_boards', 'admin_forum', 'manage_smileys', 'manage_attachments', 'moderate_forum'),
188: 'areas' => array(
189: 'manageboards' => array(
190: 'label' => $txt['admin_boards'],
191: 'file' => 'ManageBoards.php',
192: 'function' => 'ManageBoards',
193: 'icon' => 'boards',
194: 'permission' => array('manage_boards'),
195: 'subsections' => array(
196: 'main' => array($txt['boards_edit']),
197: 'newcat' => array($txt['mboards_new_cat']),
198: 'settings' => array($txt['settings'], 'admin_forum'),
199: ),
200: ),

Shambles

Quote from: pocttopus on May 29, 2020, 03:51:39 PM
... I am receiving error messages...

But you don't want to share the error messages?

pocttopus

#399
Oh... sorry I forgot.

Type of error: Undefined
8: Undefined variable: sc https://domain.tld/index.php?action=admin;area=logs;sa=errorlog;desc=
/home/renaultc/public_html/Sources/Admin.php (Line 180)

Edit on request. -Lex

Advertisement: