Home » Archive by category WHM/cPanel (Page 2)
mod_security plugin could not connect to the database
The mod_security plugin could not connect to the database. Please verify that MySQL is running. Error: Access denied for user ‘modsec’@’localhost’ (using password: YES)’ As per the error, the modsec user doesn’t have the correct password or privileges to access the database. The easiest way to find the...
Continue reading
Mail receiving error R=central_filter T=**bypassed** on whm server
If you getting the message as “central_filter T=**bypassed**” in exim_mainlog. 2014-02-25 04:20:14 1WIF7I-003LzP-BN /dev/null R=central_filter T=**bypassed** 2014-02-25 04:20:14 1WIF7I-003LzP-BN => /dev/null R=central_filter T=**bypassed** 2014-02-25 04:20:14 1WIF7I-003LzP-BN Completed Central_filter refers to the email filters you have set up in cPanel and backend store file is /etc/vfilters/. The resolution. You...
Continue reading
PHP Fatal error: Call to undefined function imagecreatefromjpeg() in /home/user/…
If you are getting following error message when uploading image via any script Fatal error: Call to undefined function imagecreatefromjpeg() in /home/user/ It generally occurs if your server do not have GD Library installed. Resolution for cPanel Server Log into WHM and install GD library by compiling EasyApache....
Continue reading
exim error no immediate delivery: more than 30 messages received in one connection
This error generally occurs due to smtp_accept_queue_per_connection limit, By default cpanel allow maxi. 30 mails in queue per connection, So increase smtp_accept_queue_per_connection limit in exim.conf to resolve the issue. Open exim.conf And find the line smtp_accept_queue_per_connection. #vi /etc/exim.conf smtp_accept_queue_per_connection = 60 #service exim restart That’s it.
Continue reading