PHP 7 with phpmyadmin gives lots of Deprecation Notices

前端 未结 20 1299
失恋的感觉
失恋的感觉 2020-12-12 13:16

I have Ubuntu 16.04 LTS running with PHP7 and phpmyadmin installed. However, I get a lot of deprecation notices like:

Depre         


        
20条回答
  •  眼角桃花
    2020-12-12 13:31

    Dear @BeniaminPantiru your answer is correct but your solution is not solve the problem because you are telling the Apache to don't show the deprecation errors rather than fix the errors. but we can easily fix this error by upgrade the necessary security updates and packages. type the following command will solve the problem.

    sudo apt-get dist-upgrade
    

提交回复
热议问题