I’m moving from the CHOICE theme as there is no update and support, I install ENFOLD but i’m having a lot of error
Hey colince742,
Thank you for the inquiry.
Looks like there are many PHP errors, which may be related to the currently installed version. Please make sure that PHP is upgraded to version 8.0 or later. You can also hide the warnings by adding the following code to your wp-config.php file.
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', false);
If you need help upgrading PHP, you can contact your hosting provider for assistance. Please let us know the result.
Best regards,
Ismael
