Предупреждения о устаревшем методе в PhpMyAdmin Не принято

1

Во всех таблицах при использовании интерфейса PhpMyAdmin валятся предупреждения типа:

Deprecation Notice in ./../php/php-gettext/streams.php#48 Methods with the same name as their class will not be constructors in a future version of PHP; StringReader has a deprecated constructor Backtrace ./../php/php-gettext/gettext.inc#41: require() ./libraries/select_lang.lib.php#477: require_once(./../php/php-gettext/gettext.inc) ./libraries/common.inc.php#569: require(./libraries/select_lang.lib.php) ./index.php#12: require_once(./libraries/common.inc.php)

Deprecation Notice in ./../php/php-gettext/streams.php#84 Methods with the same name as their class will not be constructors in a future version of PHP; FileReader has a deprecated constructor Backtrace ./../php/php-gettext/gettext.inc#41: require() ./libraries/select_lang.lib.php#477: require_once(./../php/php-gettext/gettext.inc) ./libraries/common.inc.php#569: require(./libraries/select_lang.lib.php) ./index.php#12: require_once(./libraries/common.inc.php)

Deprecation Notice in ./../php/php-gettext/streams.php#145 Methods with the same name as their class will not be constructors in a future version of PHP; CachedFileReader has a deprecated constructor Backtrace ./../php/php-gettext/gettext.inc#41: require() ./libraries/select_lang.lib.php#477: require_once(./../php/php-gettext/gettext.inc) ./libraries/common.inc.php#569: require(./libraries/select_lang.lib.php) ./index.php#12: require_once(./libraries/common.inc.php)

Ubuntu 16.04.4 LTS, Версия Php 7+, пробовал переустановить phpmyadmin - не помогло.

4 комментария

  • +2

    Бытует мнение, что если вы пошли в библиотеку и не нашли нужного справочника, то следует пояшить или погуглить, чтобы найти родственников по несчастью. https://yandex.ru/search/touch...

    • +1
      Евгений Филатов Евгений Филатов 28 ноября 2018 16:55 #

      бытует мнение, что если не один из методов предложенных братьями по несчастью в гугле не помог, то что стоит обратиться к другим братьям по несчастью на специализированном форуме. Эти два наиболее популярных решения не помогли.

      sudo apt-get remove --purge phpmyadmin php-gettext php-mbstring -y 
      sudo apt-get autoremove -y 
      sudo apt-get update 
      sudo apt-get install phpmyadmin php-gettext php-mbstring -y
      sudo add-apt-repository ppa:nijel/phpmyadmin 
      sudo apt update sudo apt install phpmyadmin
      • +1
        Евгений Филатов Евгений Филатов 28 ноября 2018 17:08 #

        Упс, надо было апач рестартнуть.. извините, тема закрыта.

        • +1
          badhed badhed 28 ноября 2018 21:35 #

          воистину. достаточно передергивать апач. все эти sudo ... в данной ситуации  лишнее

          Добавление новых комментариев к этой теме отключено.