Jump to content

Respected

Администраторы
  • Регистрация

  • В сети

Everything posted by Respected

  1. GEO IP не работает на nulled, не стоит обращать внимания на это.
  2. В корне форума создаётся.
  3. Если перелогин не помогает, тогда копать конфиг php
  4. Не так, не индексировать контент, сгенерированный контролером embed.php
  5. In the ACP you can undo changes to theme templates.
  6. Are you able to log into the ACP?
  7. As an option, disable changes one by one in theme templates
  8. Что именно не удаётся скачать?
  9. "107740": "4.7.16 Beta 1", "107741": "4.7.16 Beta 2", "107742": "4.7.16 Beta 3", "107743": "4.7.16 Beta 4", "107744": "4.7.16 Beta 5", "107745": "4.7.16", "107746": "4.7.16", "107747": "4.7.16" Anyone who has a patch available has an outdated version installed, you need to download the current one and update to it.
  10. You must update your forum to the latest version
  11. Релиз обновлён до последней версии.
  12. На nulled такого нет, только релиз полностью обновлять.
  13. Скорее всего ошибка в плагинах есть, что-то есть в логах?
  14. 2.2.2.5. Запрещается, создание,обсуждение на форуме тем о удалении и изменении копирайтов! Тема закрыта!
  15. Это зависит от посещаемости форума, можно запустить эту задачу вручную из виджета фоновых задач в админке.
  16. Перемещение/удаление осуществляется в фоновом режиме и может занять некоторое время. Пока весь контент не будет удалён, он будет отображаться в админцентре. Вы сможете видеть прогресс на главной странице админцентра.
  17. It may not be adaptable since version 5 will not have code hooks.
  18. There is no way you can decrypt password hashes, they are encrypted using the one-way hashing algorithm
  19. Respected posted пост в теме in Interface
    Вот решение этой ошибки
  20. Respected posted пост в теме in Interface
    Видимо в приложении много ошибок
  21. Respected posted пост в теме in Interface
    Открыть файл /applications/basicpoints/hooks/forumSource.php Заменить строчку: public function clubForm( \IPS\Helpers\Form $form ) на: public function clubForm( \IPS\Helpers\Form $form, \IPS\Member\Club $club )
  22. Respected posted пост в теме in Interface
    Если нес исправить, ошибка всё равно где-то вылезет. Благодарить не надо, спасибо.
  23. Respected posted пост в теме in Interface
    Заменить строку public static function getItemsWithPermission( $where=array(), $order=NULL, $limit=10, $permissionKey='read', $includeHiddenItems=\IPS\Content\Hideable::FILTER_AUTOMATIC, $queryFlags=0, \IPS\Member $member=NULL, $joinContainer=FALSE, $joinComments=FALSE, $joinReviews=FALSE, $countOnly=FALSE, $joins=NULL, $skipPermission=FALSE, $joinTags=TRUE, $joinAuthor=TRUE, $joinLastCommenter=TRUE, $showMovedLinks=FALSE ) На: public static function getItemsWithPermission( $where=array(), $order=NULL, $limit=10, $permissionKey='read', $includeHiddenItems=\IPS\Content\Hideable::FILTER_AUTOMATIC, $queryFlags=0, \IPS\Member $member=NULL, $joinContainer=FALSE, $joinComments=FALSE, $joinReviews=FALSE, $countOnly=FALSE, $joins=NULL, $skipPermission=FALSE, $joinTags=TRUE, $joinAuthor=TRUE, $joinLastCommenter=TRUE, $showMovedLinks=FALSE, $location=NULL )
  24. Respected posted пост в теме in Interface
    Строчку public function setLastComment( \IPS\Content\Comment $comment=NULL ) Замени на: public function setLastComment( \IPS\Content\Comment $comment=NULL, \IPS\Content\Item $updatedItem=NULL )