• My website is down. I cannot access it at all. I went to Bluehost and they informed me that it had to do with my theme which is Evolve. Here is what they said, “I have checked your issue with our specialists and errolog clearly showing that issue is with script: public_html/dohadudes/wp-content/themes/evolve/inc/admin/customizer/customizer.php on line 1217 . Please contact theme vendor and ask the updated new script. Then upload in your account or contact us so that we can assist you in uploading file.”

    So I hope someone with Evolve can help me with that.

    Thanks,
    Kerri-Ann

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • hi @dohadudes , sorry for that, this was bug of version 3.9.7 and it has been fixed in the latest version. Please update and problem is solved. Thanks.

    Thread Starter dohadudes

    (@dohadudes)

    Thanks! Can you tell me how to update? I can’t even get on my website.

    You will need to access your website through FTP or cPanel to manually remove and upload new version. Sorry for the inconvenience 🙁

    Thread Starter dohadudes

    (@dohadudes)

    I know how to get to the cPanel. Where do I find the new version?

    Thread Starter dohadudes

    (@dohadudes)

    I have also found the ftp. I just don’t know how to update to the newer version.

    Thread Starter dohadudes

    (@dohadudes)

    Thank you! I will try it! Fingers crossed I don’t mess it up. lol

    @dohadudes – If you have FTP access, there are two relatively easy ways you can fix this.

    1) First way

    Go to FTP and navigate to the wp-content/themes/ directory of your installation.

    In that folder, you should also see a subdirectory called evolve – that is the evolve theme.

    Do you also see another subdirectory with a different theme name? Ideally you should see something like twentyseventeen or twentysixteen (one of the default themes that come with a wordpress installation).

    If so, in FTP, change the NAME of evolve — you can just change it to “evolveX” for now. Any name other than “evolve” will do.

    That will cause your wordpress installation to revert to the default theme (let’s say twentyseventeen). That’s because it won’t be able to find “evolve” with the changed name.

    Your site should be up and running now, but with the different, default theme.

    Now log into the site, leaving the different theme active.

    Go back to FTP and change the “evolve” directory back to what it was. Don’t worry, it won’t break your site, because your site is now running twentyseventeen or whatever other theme it has reverted to.

    Now, while you are still running the alternate theme, go ahead and complete the evolve upgrade. You should be able to navigate to “Appearance/themes” in the WP Dashboard and see the option to update evolve there.

    Go ahead and update; and then once it is updated, you can reactivate evolve.

    2) Second way

    Leave everything in place, but via FTP navigate to find the file at
    /wp-content/themes/evolve/inc/admin/customizer/customizer.php

    Open that file, and at line #1142, make this change:
    change:

    evolve_call_customize_register();

    to:

    if ( is_customize_preview() ) {
        evolve_call_customize_register();
    }

    That is the line that fixes the code that is breaking your site, so correcting that will bring the site back up with evolve still running.

    Once you do that you should go ahead and do the update to version 3.9.8 from your wp dashboard.

    • This reply was modified 7 years, 7 months ago by Abigailm.
    • This reply was modified 7 years, 7 months ago by Abigailm.
    • This reply was modified 7 years, 7 months ago by Abigailm.
    • This reply was modified 7 years, 7 months ago by Abigailm.
Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘My website is down’ is closed to new replies.