Do it your self hobby code

Error Fix

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 »

Required XMLReader PHP extension is missing on your server!

Required XMLReader Php extension. You are running your own vps and hosting a website. But after you installed a wordpress site, you see this error: Required XMLReader PHP extension is missing on your server! How to install XMLReader PHP extension on Linux VPS Ubuntu server? Run this command: sudo apt-get install php-xml And then restart …

Required XMLReader PHP extension is missing on your server! Read More »