Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #354561

    As there is no reaction from the theme developer and support to the 4.0.1 upgrade issue, does any of the fellow members know a easy way to rollback to WP4.0.0?

    #354563

    Wrong…developer DID stop in and make a comment real quick. Plus, it is not their fault. Other themes, plugins and more are breaking with 4.0.1.

    The easiest way to roll back (and barring any hard coded modifications in core files) is to go to archived files, find the 4.0 files and overwrite the main files.

    Then in your wp-config file add

    define(‘AUTOMATIC_UPDATER_DISABLED’, true);

    to disable the auto updates

    Good luck

    • This reply was modified 10 years ago by dnet-dev.
    #354565

    I see 50 threats with no reaction, so please don’t bullshit me

    anyway thanks for the advice

    #354567

    the wp-config I didn’t know! Thank you!! :)

    Wishing all my best to the Kriesi Team!!! Go guys!! We’ll roll-back in the meantime!! :)

    Warmly,

    Havi

    #354570
    #354585

    See this topic Downgrade WP 4.0.1 to 4.0

    Do not forget to add this line in to your new! wp-config.php just after

    /**TOP AUTOMATIC UPDATE OF WordPress*/
    define( 'AUTOMATIC_UPDATER_DISABLED', true );

    just after
    `define(‘DB_COLLATE’, ”);


    @cryscryb
    thanks:

    begrafiks but be careful

    sounds good

    • This reply was modified 10 years ago by begrafiks.
    #354588

    Thanks Aribann, that is a very helpful solution. I’d certainly back up my site and before doing this fix, but it’s a great suggestion. :)

    Also thanks to begrafiks but be careful using the code provided hastily. There’s an error in the code above pasted that would cause a problem (the extra space between forward slash and stars in the comment made a syntax error in highlighted in dreamweaver) with the space that line is read as invalid code rather than a comment. It should instead read:

    /** STOP AUTOMATIC UPDATE OF WordPress */
    define( ‘AUTOMATIC_UPDATER_DISABLED’, true );

    It hasn’t been 24 hours yet. I’m sure they are working on identifying the problems to provide us a fix. Their support is generally excellent. If they spend all of their time answering our queries immediately, they won’t be able to fix our issues quickly. Perhaps we should cut them a little slack to work on a solution?

    I’m simply setting up a sliderless page and enabling WP Maintenance mode on my other site where the slider is broken until there’s a good workaround or fix.

    Also, it seems they are indeed working quickly on developing a patch.

    • This reply was modified 10 years ago by cryscryb.
    #354619

    I successfully downgraded by following the steps in video and edited wp-config. Things look good for now!

    #354633

    Thanks for the info and community support ….wish I had know how to disable auto WP before hand

    #354645

    Looks like the error was fixed. Thanks

    #354653

    no need to downgrade – version 3.0.3 of enfold works perfectly

    #354795
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Easy way to Rollback to 4.0.0’ is closed to new replies.