-
AuthorPosts
-
November 20, 2014 at 11:04 pm #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?
November 20, 2014 at 11:08 pm #354563Wrong…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.
November 20, 2014 at 11:10 pm #354565I see 50 threats with no reaction, so please don’t bullshit me
anyway thanks for the advice
November 20, 2014 at 11:12 pm #354567the 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
November 20, 2014 at 11:13 pm #354570November 20, 2014 at 11:26 pm #354585See 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.
November 20, 2014 at 11:27 pm #354588Thanks 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.
November 20, 2014 at 11:52 pm #354619I successfully downgraded by following the steps in video and edited wp-config. Things look good for now!
November 20, 2014 at 11:58 pm #354633Thanks for the info and community support ….wish I had know how to disable auto WP before hand
November 21, 2014 at 12:05 am #354645Looks like the error was fixed. Thanks
November 21, 2014 at 12:09 am #354653no need to downgrade – version 3.0.3 of enfold works perfectly
November 21, 2014 at 1:31 am #354795 -
AuthorPosts
- The topic ‘Easy way to Rollback to 4.0.0’ is closed to new replies.