How to Find Errors WordPress PHP Code Using Debuging

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);

LEAVE A REPLY

Please enter your comment!
Please enter your name here