Some times, your website went down due to a PHP error like below. Most likely, a certain plugin has been updated automatically. For my particular case, the problem came from the “Profile Builder”. The solution for this is easy. Getting the “bcmath” installed. That is it. In addition, I would like to set this plugin Read More
Category: PHP
How to Install PHP 7.4 on CentOS 8 / RHEL 8
by Pradeep Kumar PHP (Hypertext Preprocessor) is the most popular server-side scripting language and used in developing static and dynamic web sites. In this article, we will demonstrate how to install the latest version of PHP 7.4 on CentOS 8 and RHEL 8. Minimum System Requirements for PHP 7.4 Minimal CentOS 8 / RHEL 8 OS Read More
How To Install ImageMagick and PHP Imagick on CentOS 8 / RHEL 8
ImageMagick is an open-source software suite for creating, editing, converting, and modifying bitmap images. With ImageMagick, you can read and write over 200 image formats, including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Apart from providing a graphical interface for working with images, it also provides commands to resize an image, Read More