[ad_1]
I created a website using theme astra (free) a month ago , today when I navigate my website I’m getting this :
​
When I switch to the default theme “Twenty Twenty-Two” it works ,I’m desactivate all my plugins (I’m using only two Elementor and Smart Slider 3 ) still the same error
Any suggestion would be appreciated
[ad_2]
If the issue is not with Elementor (which is probably unlikely) or Smart Slider, then it’s most certainly a problem with the current theme’s template files.
To help find it, you can go into your wp-config.php file and turn WP_DEBUG to true, or if you don’t have that in your wp-config file, then add:
“`
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );
“`
And when you’re done just set it back to false. This will show you where the error is occurring which will help you determine what the issue is.