Do it your self hobby code

How to install PHP INTL extension module

The optional module, intl, is not installed, or has been disabled. This is a message show on a WordPress site health check. How to install this php module. You need to have access to your server via ssh. Here is the command to install. After the service restart you should have this result.

PHP DOM Extension missing

The requested DOM PHP extension is missing. To install Php Dom extension on Ubuntu: Open your terminal to install the missing extension, type this: sudo apt-get install php-xml Then restart apache: sudo service apache2 restart

cURL Support Missing

The optional module, curl, is not installed, or has been disabled. To install this on your server, login on your terminal sudo apt-get install php-curl sudo service apache2 restart If still doesn’t work, we have to install the right version. Find first the version of your php How to fix cURL Support Missing? php –version …

cURL Support Missing Read More »