Jump to content

Ошибки авторизации через соцсети

Featured Replies

ИПБ 3.4.6

 

Через Фейсбук нормально

Через Стим (с хуком) нормально

 

А твиттер и вконтакт проблемы.

 

Например при попытки авторизоваться через твиттер:

Fatal error: Class 'darkLAE' not found in /var/www/ipb346/upload/admin/sources/classes/output/publicOutput.php on line 2046

 

darkLAE где положено лежит.

 

В пабликОутпут.пхп:

 

if ( ! ipsRegistry::$settings['use_friendly_urls'] )
         {
             return $url;
         }
        
        if(darkLAE::$settings['url_transliteration']) {
             $seoTitle = IPSText::makeSeoTransliterate( $seoTitle );
         }
         
        $_template           = FALSE;
        $seoTitle          = ( ! empty( $seoTitle ) && ! is_array( $seoTitle ) ) ? array( $seoTitle ) : $seoTitle;
        $_seoTitleForCache = ( is_array( $seoTitle ) ) ? implode( ';', $seoTitle ) : '';
        $_md5               = md5($url.$_seoTitleForCache.$seoTemplate);
        $_s                   = '';
        
        $cached = $this->getCachedFurl($_md5);
        
        if(!is_null($cached))
        {
            return $cached;
        }
 

 

Link to comment
https://ipbmafia.ru/topic/10707-oshibki-avtorizacii-cherez-socseti/
Share on other sites
  • 2 месяца спустя...

Такая же проблема, не находили решения ?

Link to comment
https://ipbmafia.ru/topic/10707-oshibki-avtorizacii-cherez-socseti/?&do=findComment&comment=87783
Share on other sites

вроде как авторизация работает на версиях от IBR 

Link to comment
https://ipbmafia.ru/topic/10707-oshibki-avtorizacii-cherez-socseti/?&do=findComment&comment=87810
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.