[For aMiSTACX only] Before you begin, please make a full AWS backup of your EC2 instance. Please test any Ubuntu security updates and/or package updates on a Dev instance first.
phpMyadmin Deprecation Notice
You may find after a recent Ubuntu system update/upgrade that phpMyadmin now warns of a php deprecation error.
This may actually be because you need to fully update the required packages.
Running the following and clearing your browser cache should resolve the issue:
sudo apt-get update
sudo apt-get upgrade
sudo apt autoremove
sudo reboot
Upon login Ubuntu should show all updates completed.
If you are not in the position to do the above and you want to get rid of the warning simply rename and replace these two files [gettext.php, streams.php] in the following directory:
/usr/share/php/php-gettext/
You should now be good to go!
Better – Stronger – Faster!