Jump to content

Featured Replies

Posted
comment_104500

Пришло обновление:

Доступна новая версия IPS Community Suite 4.1.10

Она содержит обновление безопасности, поэтому мы рекомендуем вам обновиться как можно скорее.

This is a maintenance release to fix reported issues and add refinement to existing features. In addition to bug fixes and performance improvements, it includes following new/changed features:

  • Instant notifications are now dismissible.
  • The sidebar has been added back to the stream pages.
  • You can now sort by most downloaded in Downloads app.
  • The ModeratorCP and AdminCP IP Address Tools now allow you to track the IP addresses used to vote in polls.
  • A new setting has been added to disable the RSS feed for activity streams.
  • A new setting has been added to specify the minimum display name length.
  • Adds a new "can unban" moderator permission separate to the "can edit profiles" permission being used previously.
  • IP addresses now show in reports.
  • There is now a constant-level setting to disable the ACP IP address check in case of being locked out of the ACP.
  • Several improvements to Commerce to make some features clearer: the Shipping Rates configuration pages now indicate to the admin if a potential mistake has been made, the front-end indicates to admins if no support departments have been set up, and the renewal settings wording has been clarified.

 

После него ни один гость не смог попасть на форум (error 500). 
Виной всему был плагин авторизации через VK. 

Будьте внимательны! 

 

 

Edited by AUS

  • Author
comment_104501

update: повторная чистая установка плагина не создает Метод входа

а при попытке его удаления выдает ошибку:

IPS\Db\Exception: Can't DROP 'vk_id'; check that column/key exists (1091)
#0 forum/system/Db/Db.php(1728): IPS\_Db->query('ALTER TABLE `ip...')
#1 forum/plugins/vkontakte/uninstall.php(11): IPS\_Db->dropColumn('core_members', 'vk_id')
#2 forum/system/Plugin/Plugin.php(471): require_once('/home/aus/www/a...')
#3 forum/system/Node/Controller.php(1167): IPS\_Plugin->delete()
#4 [internal function]: IPS\Node\_Controller->delete()
#5 forum/system/Dispatcher/Controller.php(85): call_user_func(Array)
#6 forum/system/Node/Controller.php(63): IPS\Dispatcher\_Controller->execute()
#7 forum/applications/core/modules/admin/applications/plugins.php(39): IPS\Node\_Controller->execute()
#8 forum/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\admin\applications\_plugins->execute()
#9 forum/admin/index.php(13): IPS\_Dispatcher->run()
#10 {main}


 

Edited by AUS

comment_104506

Приведу пост Ryan Ashbrook:

For anyone that has created a Login Handler, there is a change which needs to be taken into consideration for 4.1.10. \IPS\Login\LoginAbstract adds the following abstract method which must be declared.

	/**
	 * Can a member sign in with this login handler?
	 * Used to ensure when a user disassociates a social login that they have some other way of logging in
	 *
	 * @param	\IPS\Member	$member	The member
	 * @return	bool
	 */
	abstract function canProcess( \IPS\Member $member );

As noted in the PHP Doc, this method is used to ensure that, if disassociating an account from a remote service, the user can use this handler to login afterwards.

An example from our Facebook login handler that implements this method.

	/**
	 * Can a member sign in with this login handler?
	 * Used to ensure when a user disassociates a social login that they have some other way of logging in
	 *
	 * @param	\IPS\Member	$member	The member
	 * @return	bool
	 */
	public function canProcess( \IPS\Member $member )
	{
		return ( $member->fb_uid and $member->fb_token );
	}

There is a Weekly Build available that may be used to test this change.

 

 

 

Таким образом нужно править все сторонние методы авторизации

comment_104511

Вот рабочая версия хандлера, ретейл версия сегодня будет загружена

IPS4-VKontakte.rar

  • Author
comment_104512
Только что, Respected сказал:

Вот рабочая версия хандлера, ретейл версия сегодня будет загружена

IPS4-VKontakte.rar

для неё тоже надо править все остальные Методы ? 

comment_104528
2 часа назад, AUS сказал:

Субъективно IPS Community Suite 4.1.10 медленнее чем IPS Community Suite 4.1.9 

Вы сравниваете 2 совершенно разных сайта, на разных серверах и т.д. Я бы не спешил так с выводами.

Edited by IAF

comment_104534

Форуму несколько дней и стоит версия 4.1.9 и само собой не разу не обновлялся. И не уверен, что я не потеряю все основные настройки.

Как поступить? Возможно есть стандартные моменты, где что нужно заменить после обновы? Или не обновляться?! Не могу найти, где отключить окно всплывающее на форуме о новой версии.

comment_104536
17 минут назад, magnet сказал:

Форуму несколько дней и стоит версия 4.1.9 и само собой не разу не обновлялся. И не уверен, что я не потеряю все основные настройки.

Как поступить? Возможно есть стандартные моменты, где что нужно заменить после обновы? 

Сделать бекап, на всякий пожарный включить дефолтный стиль, залить файлы на хостинг с заменой, перейти по адресу /admin/upgrade, следовать указаниям на экране.

21 минут назад, magnet сказал:

Не могу найти, где отключить окно всплывающее на форуме о новой версии.

 

comment_104537
5 минут назад, Redneck сказал:

залить файлы на хостинг с заменой, перейти по адресу /admin/upgrade, следовать указаниям на экране.

Я понял, обнова с админки не работает, это я не подумал. Спасибо)

  • Author
comment_104569
22 часов назад, IAF сказал:

Вы сравниваете 2 совершенно разных сайта, на разных серверах и т.д. Я бы не спешил так с выводами.

картинку прикрепил так для сравнения... мнение же сложил о своем форуме до и после обновления.

comment_104571
1 час назад, AUS сказал:

картинку прикрепил так для сравнения... мнение же сложил о своем форуме до и после обновления.

визуально не заметил разницы в скорости работы своего форума... 

comment_104614
3 часа назад, #Norton сказал:

@Testofil, переносится на завтра (от IAF, в чате)

Значит можно считать сегодня. Т.к. писал он вчера(8 апреля), а сегодня 9 апреля

comment_104672
4 минуты назад, #Norton сказал:

@MrHaack, а размещен все равно сегодня, т.е. 10 апреля. Norton win.

Ну.. Так у него сложилось) Если бы не проблемы с библиотекой - 4.1.10 вышел бы вчера

  • 5 месяцев спустя...
comment_112346
3 часа назад, veme312 сказал:

Плагин установился и все вроде ок. но в "Авторизация" не появилась колонка ВКонтакте. почему?

Папку upload загрузил на сервер?

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.