Hey guys,
Just update my site to the latest Enfold 3.4 and this has caused some problem.
Please see the error message below:
“Parse error: syntax error, unexpected ‘[‘ in /home2/bigview1/public_html/www.ardysslifestyle.com/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1495”
Talk soon,
David
Hi,
My site went 500 server error after theme update.
Need to delete and install enfold 3.3.2
Same here
please check my post for quick and dirty fix:
https://kriesi.at/support/topic/enfold-breaks-on-update-3-4-quick-and-dirty-fix/
Hi,
Just for the record, I’ve got the same problem.
Let’s see the quick fix.
Hi!
Can you please go to enfold/framework/php/class-framework-widgets.php and go to line 1495 and replace
$last_id = end($media_array)['id'];
with
$last_id = end($media_array);
$last_id = $last_id['id'];
Please let us know if that fixes the problem
Regards,
Yigit
That worked perfectly – thank you very much.
Warm regards,
David