หัวข้อ: phpmyadmin ( Deprecation Notice i .. ) เริ่มหัวข้อโดย: mr.zatan ที่ 06 กรกฎาคม 2019, 15:15:20 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) --------------------------------------------------------------------------------------- แก้ยังไงให้หายขาดถาวรครับ ตอนนี้ใช้คำสั่งนี้แก้ แต่ก็ได้แค่แค่ชั่วคราว 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 หัวข้อ: Re: phpmyadmin ( Deprecation Notice i .. ) เริ่มหัวข้อโดย: iCafe ที่ 06 กรกฎาคม 2019, 16:12:25 php v ?
phpmyadmin v ? in php.ini Change error_reporting value to: error_reporting = ~E_DEPRECATED & E_ALL. หัวข้อ: Re: phpmyadmin ( Deprecation Notice i .. ) เริ่มหัวข้อโดย: mr.zatan ที่ 07 กรกฎาคม 2019, 09:55:27 php 7.0.33
phpmyadmin 4.5.4.1 |