Hello, I am trying to update my server to PHP 7.3, and as soon as I do it, I get some 500 errors. So there are some modules that are needed for things to work. I already installed the ones I had in PHP 7.2, but the portfolio is refusing to work. As soon as I update to PHP 7.3, the portfolio drops a 500 error.
Which PHP modules are needed by Enfold?
Thanks.
Hey peterolle,
Can you please check server log for error? There are no special modules that are required for Enfold.
Best regards,
Victoria
I only have thousands of lines with:
PHP Warning: Invalid argument supplied for foreach() in /home/site/public_html/wp-content/themes/enfold/includes/helper-assets.php on line 329
Will continue testing.
Thanks.
Hi,
What php version are you using?
Best regards,
Basilis
The ones mentioned in the first message.
For the thousands of lines in error log. 7.2
Thank you.
Hi peterolle,
This is the warning that forearch is expecting an array and in some cases gets another data type. It is not great, but you can suppress warnings by configuring error display level in the wp-config.
Best regards,
Victoria