PHP 7 with phpmyadmin gives lots of Deprecation Notices

前端 未结 20 1298
失恋的感觉
失恋的感觉 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

    I had the same problem. I just wanted to mention that before purging phpmyadmin and reinstalling it. Try restarting Apache. In my case it was the simplest approach and I tried it first. I just wanted people to save time.

     sudo service apache2 restart
    

提交回复
热议问题