WordPress : error_logs file does not generate the error logs, Hostripples Web Hosting

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.
Syntax :

=================================
define(‘WP_DEBUG’, true); — to enable
define(‘WP_DEBUG’, false); — to disable

=================================
If ‘WP_DEBUG line does not exist inside wp-config.php the add it after define(‘DB_COLLATE’, ”); line. After disabling the problem plugin/theme you need to make define(‘WP_DEBUG’, true); to define(‘WP_DEBUG’, false); .

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


WordPress : error_logs file does not generate the error logs, Hostripples Web Hosting
Mayuresh Vaidya
Mayuresh Vaidya is an electronics and telecommunication engineer having an experience in embedded technology he worked on many technologies such as raspberry pi, Arduino, along IOT home automation devices based on Google and Alexa, also he had good interest in emerging technologies such as IOT, digital marketing, and web related technologies such as hacking and securities.