welshy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem after automatic upgrade 4.0.1 – Website doesn't load@harry19, looks like you’ve figured it out as it’s loading for me.
For anyone who upgrades and then needs to downgrade for any reason, I create a video tutorial last week explaining how to: youtube video
Forum: Fixing WordPress
In reply to: Problem after automatic upgrade 4.0.1 – Website doesn't loadIt’s always recommended to keep wordpress upto date, but if it break your site then that’s different. Hopefully, your theme author will update the theme as it sounds like it’s the theme causing problems.
To stop auto updates you add the following line of code to your wp-config.php file:
define( 'WP_AUTO_UPDATE_CORE', false );Forum: Fixing WordPress
In reply to: Problem after automatic upgrade 4.0.1 – Website doesn't loadDid the site work fine running version 4.0?
If yes, then I recommend to downgrade correctly that you not only upload wp-admin and wp-includes, but also upload the root directory files too, just make sure you do not upload wp-config.php (but it shouldn’t be in the 4.0 download file anyway)Forum: Fixing WordPress
In reply to: Problem after automatic upgrade 4.0.1 – Website doesn't loadThe homepage slider images are missing too.
Forum: Fixing WordPress
In reply to: Problem after automatic upgrade 4.0.1 – Website doesn't loadHi,
The site loads for me after a good 30+ seconds.
I can see that your site logo image is missing/wp-content/uploads/2014/08/Logo_Placa-e1407598904227.png
and
/wp-content/themes/goldeneagletheme/js/jquery.tipsy.js?ver=4.0.1It’s possible that this is the reason, because it’s waiting to load these files before everything else.
Forum: Fixing WordPress
In reply to: Problem after automatic upgrade 4.0.1 – Website doesn't loadSo you downgraded to wordpress 4.0 and still have same problem, that would indicate it’s maybe not related to the upgrade. Can you post URL of one of the sites?
Forum: Fixing WordPress
In reply to: Problem after automatic upgrade 4.0.1 – Website doesn't loadYou need to download wordpress 4.0 then via FTP first delete wp-admin and wp-includes, then re-upload the two folder wp-admin and wp-includes.
http://wordpress.org/wordpress-4.0.zip
Good luckForum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] How to restore a bacupHi, It would deepened on what’s wrong with your website.
Perhaps it’s only your database that needs restoring, if so you can watch this tutorial: http://www.youtube.com/watch?v=QG7F92rLRzA
Did you manage to get your site fixed?Forum: Networking WordPress
In reply to: 404 Error for Category Permalinks After Upgrade to 3.1Ok forget my first comment, seems like the problem reoccurred when I edited the custom menu.
Forum: Networking WordPress
In reply to: 404 Error for Category Permalinks After Upgrade to 3.1Hi,
I had same problem, under the permalinks setting next to Category base I entered: blog
Not sure if it will fix your problem but it helped me.