Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #530604

    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

    #530641

    Hi,

    My site went 500 server error after theme update.

    Need to delete and install enfold 3.3.2

    #530644

    Same here

    • This reply was modified 9 years ago by art9-de.
    #530648
    #530654

    Hi,
    Just for the record, I’ve got the same problem.
    Let’s see the quick fix.

    #530667

    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

    #530778

    That worked perfectly – thank you very much.

    Warm regards,
    David

    #530782

    Hi!

    You are welcome!

    We will include the fix into Enfold version 3.4.1 which should be available for download in few hours :)
    Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Theme broken after update to Enfold version 3.4’ is closed to new replies.