Hi there
Today, I updated Enfold from 3.5.4 to 3.6 and it broke my frontend. Error 500 it seems.
I replaced the Enfold folder with files back from Enfold 3.5.4 and it works.
I have confirmed the issue with a staging site from a few weeks. Same result.
Please find below my credentials for another staging site where you could check by yourselves.
Thank you
Hey Julien,
Increasing the memory limit on wordpress and on the hosting server should resolve this issue.
To increase the wordpress memory limit please access wp-config.php file and add the below line right after @package wordpress
define('WP_MEMORY_LIMIT', '256M');
For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Or you can contact your service provider and they can do it for you.
Best regards,
Vinay
Hi
Not a solution, it is already at 256M.
Hi,
Please enable WP_DEBUG and check if any errors come up:
define('WP_DEBUG', 'true');
(in wp-config.php).
Best regards,
Josue
Thanks to you Josue, I found my mistake. I should have thought before to show PHP errors. I had a hacked version of header.php in my child-theme and I forgot to check this particular file for changes in the new theme update.
My bad. That was so obvious I don’t how I have missed it.
Thanks
Hi,
Great, it’s sorted for you. To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay