INSTALL IMAGE MAGICK ON CPANEL SERVER

In current cPanel version, you may install Image Magick easily by running the script as below: /scripts/installimagemagick if the installation not completed this way , You may use the manual way from cPanel script to get it complete. /scripts/installrpm ImageMagick /scripts/installrpm ImageMagick-devel wget layer1.cpanel.net/magick.tar.gz tar zxvf magick.tar.gz cd magick sh install Done. […]

Continue Reading…

Exim Error internal problem in system filter: failure to transfer data from subprocess: status=0100 readerror=’No such file or directory’

Sometimes while sending emails from the website using scripts, you will get the following error: [wpfmb type=’error’ theme=2]internal problem in system filter: failure to transfer data from subprocess: status=0100 readerror=’No such file or directory'[/wpfmb] The above error occurred because of issues with the exim service. To fix the issue run the command as follows: chmod +s /usr/sbin/exim […]

Continue Reading…

FATAL ERROR: register_globals is disabled in php.ini, please enable it!

To resolve this error we need to add or modify our php.ini file to enable the register_globals setting. Find the location of the php.ini file. Edit the file /usr/local/lib/php.ini  using vi editor and uncomment the line (removing the ; will uncomment the line) register_globals. Change register_globals = Off to  register_globals = On Save the file and exit .   […]

Continue Reading…

How to Rebuild Apache in cPanel

Log in to your server as the root using ssh to your server. Type the following commands: # cd /scripts # ./updatenow # ./easyapache Follow on screen recommendations to recover Apache for CPanel server under Linux. Please note that you can see a choice on display asking you which option you would like built into […]

Continue Reading…