Critical BASH vulnerability discovered – update BASH on your CentOS Linux server!!! ## Shellshock vulnerability..!! Summary >> A critical code execution vulnerability (Remote) affecting bash (Unix shell) has been discovered on September 24, 2014. >> The vulnerability occurs because bash…
Errors
[Solved] mail: command not found on cPanel server
Hey! here is the solution for the below pasted error while you are trying to send emails by using a script. You can simply fix this issue by installing the package mailx. Error details: mail: command not found Solution: yum…
[Solved] Open SSL Heartbleed vulnerability – A complete check and fix
In this time, we all are aware about the new Open SSL Heartbleed vulnerability. The Heartbleed bug allows anyone on the Internet to read the memory of the systems protected by the vulnerable versions of the OpenSSL software. You will get…
[Solved] Sorry, a group for that username already exists – Error while creating a user in WHM/cPanel server
In some strange situation, you may get an error related with the user group while creating a user under your WHM server. Here is the solution for that, see the error details pasted below: Error: cPanel/WHM Error: Sorry, a group…
[Solved] Error – phpize command not found
Don’t be panic if you come across the error: phpize command not found Here is the solution for this error. Solution: # yum -y install php-devel That’s it! Now you can continue with “phpize” command without any issue.
FTP login problem in Kloxo – 530 Login failed error
If you are getting 530 Login failed error in Kloxo, then you can follow the steps to resolve this error. # rpm -qa | grep ftp Make sure only pure-ftpd exists. Uninstall if any other ftp exists. Downgrade pure-ftpd #…
[Solved] Call to a member function add() on a non-object – error in Joomla
This was an error I received in Joomla Administrator panel. Whenever I try to post an article or upload a module, I got a white blank screen. There was no logs in the Apache error log. I have changed ‘error_reporting’…