ITEXPERT Linux Wordpress

If you have Error msg “The requested PHP extension bcmath is missing from your system.”

Troubleshoot error of <PHP, php-bcmath> by reinstall/upgrade

1. upgrade PHP at Linux console
–  sudo apt-get install php
2. Install php-bcmath
– sudo apt-get install php-bcmath
3. Restart Web Service (Nginx/Apache)
– sudo systemctl restart nginx
4. Status of Web service
– sudo systemctl status nginx

Could work after Ubuntu Version Upgrade & Installation

1. change source location
sudo sed -i -re ‘s/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g’ /etc/apt/sources.list

2. Perform OS upgrade
sudo apt-get update &amp;&amp; sudo apt-get dist-upgrade