Website error, X code output instead of site

Hi, I’m seeing an intermittent error where the X theme code is being output instead of the website - if you click through from page to page a few times, you’ll probably see it, but I’ll attach a screenshot as well.

The website is https://www.jeandidieraissy.com

Can you help?

Thanks.

Hi @dfardon,

I have checked your website and found it showing the errors. That means there might be something that is the reason behind your issue. I would suggest you add the debug setup in the wp-config.php file to log the errors into the file name debug.log inside the wp-content folder.

// 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 );
//SET PHP INI DISPLAY ERROR FALSE
@ini_set( 'display_errors', 0 );

Please find the video that will help you to edit wp-config.php and add the above code: https://www.youtube.com/watch?v=3SDPTafEM8o
You can let us know errors logged into debud.log if you find any error that is related to our theme or theme bundled plugins.

Thanks

Hi, thanks for that, it has pointed me in the right direction, it seems the memory limit needed increasing, I have done that and now I don’t see the issue. Thanks again.

Hi @dfardon,

We’re glad that it is now working properly on your end! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.