How to Debuging in Wordpress website to Find Errors

Warning: trigger_error() expects parameter 2 to be int, object given in /home2/apnkishore/public_html/wp-includes/functions.php on line 4713

Warning: trigger_error() expects parameter 2 to be int, object given in /home2/apnkishore/public_html/wp-includes/functions.php on line 4713

Warning: Cannot modify header information - headers already sent by (output started at /home2/apnkishore/public_html/wp-includes/functions.php:4713) in /home2/apnkishore/public_html/wp-includes/pluggable.php on line 1281

Warning: Cannot modify header information - headers already sent by (output started at /home2/apnkishore/public_html/wp-includes/functions.php:4713) in /home2/apnkishore/public_html/wp-includes/pluggable.php on line 1284


cretical error in your website, please reslove it


How to Slove?


first login into your cpanel

go to filne file manager

go to your public_html

in wp-config.php go to line number 80 or 81

define('WP_DEBUG', false); - chaged to  - define('WP_DEBUG', true);


Then refersh your website, After completion again please define('WP_DEBUG', true); - chaged to  - define('WP_DEBUG', false);

Comments

Popular posts from this blog

ERR: error parsing query: found influx, expected SELECT, DELETE, SHOW, CREATE, DROP, EXPLAIN, GRANT, REVOKE, ALTER, SET, KILL at line

How to get Full URL or get absolute url In Django

How To Convert Html File/URL/String Into Image Using Python