-
I get this error when installing the demo content
There has been a critical error on your website. Please check your site admin email inbox for instructions.
Learn more about debugging in WordPress.
Hello and thanks for reaching us.
Andrea here from Themes2go Customer Support.
This kind of issues, 99% of the times are generated from your hosting, not the theme.WordPress sends emails to the address you’ve added to the admin data. You can try to find the message in your spam folder.
With this kind of error it usually comes another string of texts. Could you please send me that or maybe get a screenshot of the entire error?
Said this, the quickest way to know why WordPress is throwing this error or what’s causing the problem is editing your wp-config.php from WordPress’s root folder
//Turn on Debug Mode. //Find following like in wp-config.php and replace FALSE with TRUE //FIND define('WP_DEBUG', false); //And replace with define('WP_DEBUG', true);
Turn on debug mode so you can find more details about the issues you are facing. Try to find errors log in your FTP that can also guide you about problem.
Another fix could be updating your PHP version.
WordPress 5.4 even 4.xx recommend to use PHP 7.4 so I think you should upgrade your PHP version and this can be the solution of problem you are facing. If you don’t know which version is running contact your hosting company they can help you.In the end, just try to follow the steps I explained above and get back to me.
With WordPress debug mode activated, send me a screenshot of the issue and I would check what the problem is caused from.Hope this helps 🙂
Andrea
The topic ‘Problem Installing main Demo Content’ is closed to new replies.