In all WP version...whenever new version release then you will get a notification to upgrade your existing WP. But due to some reason I am not getting this option. Last time I upgraded WP setup manually. But this time I want one click upgrade option so that I can upgrade easily.
Have you ensured in the wp-config.php file that the following line is in it?
define('WP_AUTO_UPDATE_CORE', true);
Here is an article that might help.
https://www.siteground.com/tutorials/wordpress/auto-update.htm
Related
all. I am trying to update WordPress to the latest version(4.9.1). The installation of new version of WordPress seems to be updated successfully as show in the picture. Except, my site was redirected to previous version's (4.9) about page after installation, and from the dashboard my site still shows the information of 'update available'. I double checked the version.php under wp-include. It shows the latest version number(4.9.1). I am wondering why my site doesn't detect the upgrade of wordpress? Appreciate if any one can advise the problem. Thank you.
Step 1: click the 'update now' to update WP.
Step 2: Update information page. It shows successful installation.
Step 3: Automatically redirect to version about page.
Step 4: Dashboard still showing old version number and prompt new version available.
Step 5: check version.php.
To whom it may concern. It was the cache issue on my server. After flushing the cache, it works.
Thanks.
I have purchased Jupiter theme and i have been using it for a number of website. But recently i am not able to work on the theme because the theme default plugin Visual composer is not working properly. When i go to edit page to edit the elements it shows blank and stays idle. I also tried to reduce the version of WordPress to 4.4 but still no use. Can somebody please support to solve this issue. The theme support has expire so no hope on that. And i am not so techie to sort what the exact problem is. If someone can guide me to solve it, it would be much appreciated. Many many thanks in advance.
The following image show the what i have explained
I think it is the compatibility issue of visual composer with the wordpress. If the visual composer installed it not latest there are the chances of conflict with latest versions of wordpress. So you may please confirm that the plugin you are using is compatible with the wordpress version you are using on your site.
I have launched new updated plugin in WordPress plugin store. But, it is still showing the message.
Last Updated : 3 months ago
Untested with your version of wordpress
What may be the mistake?
This is usually because of the "Tested up to" header in your readme.txt file. Check it and make sure it's at the latest stable version of WordPress(make sure to actually test your plugin with version first!).
If it is at the current stable version of WordPress(if you're running a beta or nightly version of WordPress, say 4.5-alpha..., then it's normal to get that message), then it's probably just a matter of some time before the WordPress plugin repository picks up the change.
Make sure you're looking at the readme.txt file in the Stable tag directory. For instance if your "Stable tag" is trunk, then look at /trunk/readme.txt. If it's a version(say 1.5), then look at /tags/1.5/readme.txt.
I tried installing an extension, and it said some core files where it wanted to install along where upgraded. I'm thinking it downgraded them so I upgraded again. I cleared the magento cache and now I'm getting a 500 error on every other page except the homepage.
Need help here. Any help is appreciated.
Using magento 1.9.
This is more a comment, but for readability I post it as answer:
Release Date is 2013-08-09, so it is max. compatible with 1.7, but a comment on
http://www.magentocommerce.com/magento-connect/e-reactor-slider.html
says that it also broke 1.7.0.2.
See installed files:
http://connect20.magentocommerce.com/community/Ereactor_Slider/1.0.0/package.xml
Download-Link:
http://connect20.magentocommerce.com/community/Ereactor_Slider/1.0.0/Ereactor_Slider-1.0.0.tgz
Releases (first and only release):
http://connect20.magentocommerce.com/community/Ereactor_Slider/releases.xml
So you could try to deactivate it in app/etc/modules/Ereactor_Slider.xml:
<active>false</active>
If that brings no success try to uninstall it and clear all caches again.
The developer is a company and has a shop for the extension with a contact form:
http://shop.e-reactor.dk/contacts/
Maybe they can help?
Good luck
Is there a way to downgrade any Wordpress plugin after upgrade? My client upgraded all plugins and now up-gradation of some plugin creating problem.
YES but it's not a one-click process like upgrading was. You need to delete the folder of the specific plugin from the wp-content/plugins directory and then upload the older version. You should be able to find a copy of each version on the various plugin websites.
No way other than to delete/remove them and re-install the required versions.
No. And neither you can downgrade the WP itself. That's why they always warn us to backup our data :S
PS_ you could download an earlier version, but I guess that's not what you're asking.