February 8, 2022 at 10:57 pm
#5399
Keymaster
We need to add debug code in wp-config file to switch on the debug and then we can find out the errors. You can also add the debug code yourself. Here is the debug code which you want to add just before That’s all, stop editing! Happy publishing. to your wp-config.php file in your file manager:
define( ‘WP_DEBUG’, true );
Please take backup of the file first before editing. Thanks