=================================== sendmail: Not running with correct effective GID. Is sendmail binary setgid mailtrap? [Error above error message shows in login SSH screen directly or you are getting this message] just change the send mail permission using below command: — chmod 2755 /usr/sbin/sendmail — That’s it..:) ===================================
See MoreTag: hostripples
WordPress : error_logs file does not generate the error logs
WordPress issue : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If plugin or theme is not compatible then sometimes site shows blank page and error_logs file does not generate the error logs, then need to enable the WP_DEBUG in wp-config.php file. After enabling this function, it will show an error on the site and it will find out which is the problem plugin or theme. […]
See MoreMissing mysql.sock file on server.
Some times, MySQL service doesn’t work due to missing mysql.sock file , then you need to create manually mysql.sock file. Follow the below steps to create mysql.sock file.First, login your server and check /tmp and /var/lib/mysql , you may see that there is no mysql.sock file(It is called also Symbolic file).Follow the below steps.cd /var/lib/mysql/touch mysql.sockchmod 1777 mysql.sockchown […]
See More