i try to insert use this code below to wp-config.php before /* That's all, stop editing! Happy blogging. */
to show wordpress error log but still nothing anyone help me pls?
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
WP_DEBUG_DISPLAYconstant totrueinwp-config.php? This will help us display errors directly on the page for debugging purposes. Please remember to revert it tofalsebefore deploying to production.