Hi,
My site was down due to crashed page template as per http://li-ter.net/. Can I know what’s the problem caused? I’ve tried to use the cache plugin & increased memory limit.
Hey myproduct,
Thank you for using Enfold.
Did you add any custom scripts to the page? Please enable the debug mode.
// https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_DISPLAY
Just add the following code in the wp-config.php file.
// 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', true);
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
Best regards,
Ismael
Hi,
I’ve added the code into wp-config.php. The problem still exist. I didn’t add any custom script to the page.
Hi,
Can you still access the dashboard? Please leave the debug mode enabled and then post the login details in the private field.
Best regards,
Ismael
Yes. Still able to login to dashboard.
Hi myproduct,
Can you please disable all the plugins and comment out all the code from functions.php and see if the issue remains.
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
I’ve solved the problem. Caused by a plugin. Thank for your help!