• I updated evolve to version 4.1.5 this morning and I got the following error message on the site: “The site is experiencing technical difficulties.”

    In my WordPress dashboard, I get the following error message: “The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.”

    The email sends me a link to login to a recovery page, but then I get the same error message again. I can’t find a way to download the previous version of the theme.

    Has anyone else experienced this, or know where I can download the previous version?

    Thank you!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter andyholland75

    (@andyholland75)

    The email that WordPress sent to me for the recovery login said that the error happened on line 32 of functions.php and is due to an unknown “?”. This is line 32:

    $obj = json_decode($res[0]->post_content ?? false, 1);

    I don’t know enough about php to figure this out. I did change the “??” to “=” and the site loaded, but the menu was a wreck.

    yes, having exact same issue!!

    Hi,
    here the theme works fine.
    Which PHP version is used on the server ?
    Best regards,
    Hans-Gerd

    Thread Starter andyholland75

    (@andyholland75)

    I updated php to 7.3 and now it is working. Thank you!

    great ??

    Hi, it was exactly the same for me today. I tried different PHP versions, no results.
    I tried a default theme to access admin page but if I was able to do it first, it’s not possible now.
    What can I do ?
    TXs

    here is error code :

    Parse error: syntax error, unexpected ‘?’ in /home/avocatbe/www/wp-content/themes/evolve/functions.php on line 32

    Theme Author Evgeny Viner

    (@evgenyviner)

    Hello everybody, please make sure that you are running PHP 7.0 minimum. Everything will work fine.

    Thnks for your reply.

    I’m running PHP 7.0 and have now a new error message :

    Warning: require(/home/avocatbe/www/wp-content/themes/evolve/inc/support.php): failed to open stream: No such file or directory in /home/avocatbe/www/wp-content/themes/evolve/functions.php on line 778

    Warning: require(/home/avocatbe/www/wp-content/themes/evolve/inc/support.php): failed to open stream: No such file or directory in /home/avocatbe/www/wp-content/themes/evolve/functions.php on line 778

    Fatal error: require(): Failed opening required ‘/home/avocatbe/www/wp-content/themes/evolve/inc/support.php’ (include_path=’/home/avocatbe/www/wp-content/plugins/backwpup/vendor/pear/archive_tar:/home/avocatbe/www/wp-content/plugins/backwpup/vendor/pear/console_getopt:/home/avocatbe/www/wp-content/plugins/backwpup/vendor/pear/http_request2:/home/avocatbe/www/wp-content/plugins/backwpup/vendor/pear/mail_mime:/home/avocatbe/www/wp-content/plugins/backwpup/vendor/pear/mail_mime-decode:/home/avocatbe/www/wp-content/plugins/backwpup/vendor/pear/net_url2:/home/avocatbe/www/wp-content/plugins/backwpup/vendor/pear/pear-core-minimal/src:/home/avocatbe/www/wp-content/plugins/backwpup/vendor/pear/pear_exception:.:/usr/local/php7.0/lib/php’) in /home/avocatbe/www/wp-content/themes/evolve/functions.php on line 778

    update : I solved the issue downloading last version 4.1.6 and finally access my site…

    But now I’ve an issue with the menu : menu and submenus are showed together

    update 2 : solved selecting “main menu” in menu settings

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘v.4.1.5 broke my site’ is closed to new replies.