Fatal error: Class ‘PDO’ not found in …includes/database/database.inc on line 184 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ While browsing domain if you get above error then – Please try to resolved issue with following steps. PDO support had been compiled in, but not enabled .Our server has PHP 5.2.x and 5.3x installed, with PDO support. Adding ————- extension=pdo.so extension=pdo_mysql.so ————- […]
See MoreTag: Banned website
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 […]
See Moresendmail: Not running with correct effective GID. Is sendmail binary setgid mailtrap?
=================================== 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 More