• Closed
  • Federico
    Spectator
    July 6, 2015 at 3:30 pm #18668

    Hi, I’m using an child theme. and I have updated my evolve theme to v. 1.9.0 from 1.8.5 and this is the result:
    Fatal error: Call to undefined function evolve_bootstrap() in /web/htdocs/www.buonoitalianosano.it/home/wordpress/wp-content/themes/evolve-plus-child/header.php on line 358
    and I can’t see anything from the site

    Federico
    Spectator
    Posts: 20
    July 6, 2015 at 6:13 pm #18670

    please, anyone can help me?

    Denzel Chia
    Moderator
    Posts: 2656
    July 7, 2015 at 3:18 am #18676

    Hi,

    That function evolve_bootstrap() is in evolve-plus/library/functions/basic-functions.php line 1367
    Something must have gone wrong when you are updating your theme. I guess you updated it using ftp and that file must be missing or empty. Please re-upload evolve-plus/library/functions/basic-functions.php again.

    We shall see if you still have other fatal errors.

    screenshot of the file. http://prntscr.com/7ppdgt

    Thanks!
    Denzel

    Federico
    Spectator
    Posts: 20
    July 7, 2015 at 5:37 pm #18694
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    July 8, 2015 at 6:58 am #18698

    Hi,

    I will need ftp access too.

    Thanks!
    Denzel

    Federico
    Spectator
    Posts: 20
    July 8, 2015 at 11:17 am #18706
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    July 8, 2015 at 4:22 pm #18708

    Hi,

    You are doing it totally wrong.
    Your child theme is wrong. It cannot have a whole set of complete theme files and with style.css pointing to Evolve plus as the parent theme. This way you have a duplicate of all the functions, that’s more than a thousand fatal errors!

    In a child theme you can only have style.css and other standard template files, and only one functions.php, cannot have a whole set of theme function files.

    Please refer to the following or hire a developer to assist you.
    https://codex.wordpress.org/Child_Themes

    This screenshot shows an almost complete set of functions files in your evolve Plus-child theme.
    http://prntscr.com/7qbku3

    This is your evolve Plus-child theme style.css header, which clearly point to evolve-plus as the template, which results in all these fatal errors. http://prntscr.com/7qbm40

    Thanks!
    Denzel

    Federico
    Spectator
    Posts: 20
    July 9, 2015 at 6:51 am #18722

    Hi,
    ok thank you, but before the upgrade, everything it perfectly worked.