Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1082429

    Hi,

    Today, Enfold ask me to update for the last version, and after, crashed my website.
    When I try to acess, shows “Fatal error: Can’t use function return value in write context in /home/vovocaro/public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php on line 31”

    See at http://www.vovocarolina.com.br

    How may I solve this?

    Thx a lot,

    Vinicius Rocha

    #1082807

    Hey Vinícius,

    Which php are you running?

    Best regards,
    Victoria

    #1082932

    Hi, Victoria!

    I’m running 7.2.7 version.

    Best regards,
    Vinícius Rocha

    #1083995

    Hi vinirocha,

    Can you try to downgrade your php version to php 7.1 or 7.2?
    And check if this helps.

    Best regards,
    Nikko

    #1084089

    Hi Nikko,

    I did it now, and website back, but deconfigurated.

    Please, check at vovocarolina.com.br

    Thx,

    Vini Rocha

    #1084552

    Hi Vini Rocha,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1084773
    This reply has been marked as private.
    #1085237

    Hi vinirocha,

    Thanks for giving us admin access.
    I tried to check on it further but it seems the core css files aren’t even fetched that’s causing the issue.
    However Appearance > Theme Editor isn’t available to check further on this.
    Please give us ftp access as well.

    Best regards,
    Nikko

    #1085720

    Hi Nikko,

    i have the same problem. What can I do?
    Best regards,
    Dan

    • This reply was modified 5 years, 7 months ago by webboxone.
    #1085776

    Hi Nikko!

    I activated the Theme Editor again.
    Please, check it out.

    Peace,

    Vini Rocha

    #1086218

    Hello There

    I am experiencing the same error, could you please help?

    #1086405

    Hi,

    Please replace in file enfold\config-gutenberg\class-avia-gutenberg.php line 31:

    
    if( true === apply_filters( 'avf_block_editor_theme_support', empty( avia_get_option( 'block_editor_theme_support', '' ) ) ) )
    

    with

    
    $block_editor_supported = empty( avia_get_option( 'block_editor_theme_support', '' ) );
    if( true === apply_filters( 'avf_block_editor_theme_support', $block_editor_supported ) )
    

    If you need assistance let us know (please provide a WP admin account for us in private content)

    Best regards,
    Günter

    #1086468
    This reply has been marked as private.
    #1086737

    Hi bagmanden12,

    Your site just shows error 500.
    You’ll need to modify the file via ftp or cpanel, then go to wp-content > themes > enfold > config-gutenberg > class-avia-gutenberg.php


    @vinirocha
    please try the solution posted by Günter

    Best regards,
    Nikko

    #1087542
    This reply has been marked as private.
    #1087668

    I ran into the same issue and tried this solution but it didn’t work for me. Unfortunately my client is on iPage hosting (not my choice) and they are running PHP 5.0 . The solution seems to revert back to the earlier version of Enfold for now.

    #1087904

    Hi digithrive,

    PHP 5.0 is not support by either WordPress or the theme unfortunately.

    Best regards,
    Rikard

    #1089767

    Hello,
    I’m getting this same error on http://www.imtalkinglaw.com.
    It’s a more or less blank wordpress install that is up to date. (one previously made post)
    I have another website on this server running Enfold and we are on php 7.1 that runs with almost no problems. (there’s another support thread for a small problem with the homepage slider)
    I tried the fix above with no luck.
    I’ve uninstalled and reinstalled the theme both by the WordPress uploader and by ftp.
    I’m at a total loss at this point. Please help!

    I’ll go ahead and add admin credentials in the private box.

    #1090630

    Hi @Nikko and @Günter,

    I replaced the lines on enfold\config-gutenberg\class-avia-gutenberg.php and nothing changed, as you can check at http://www.vovocarolina.com.br

    Peace,

    Vini Rocha

    #1090634

    Hi everybody!

    I uninstalled Enfold theme and downloaded a new version from Themeforest.
    Everything looks good so far.

    Thx a lot for the help,

    Vini Rocha

    #1090741

    Hi vinirocha,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1093608

    I have exactly the same problem after update, please help.
    I tried everything here and nothing worked.
    I tried updating the theme from enfold which didn’t work, so I updated manually by FTP.
    I tried to install the “disable gutenberg” plugin, to repair that line but unfortunately nothing worked.
    Please help :) Now I can’t even log to the admin panel.
    PHP vers is 7.2

    LE: I deeply apologize, I was wrong, on this server I had a very old php version(5.4). So I updated and everything it’s working for now.
    Thank you and best regards,
    Marius

    • This reply was modified 5 years, 6 months ago by ktistai. Reason: I repair it
    #1093831

    Hi Marius,

    Great, I’m glad that you got it working and thanks for the update :-)

    Best regards,
    Rikard

Viewing 23 posts - 1 through 23 (of 23 total)
  • You must be logged in to reply to this topic.