I search on google but not getting any proper solution. Does anyone has any solution for this ? I am getting this error from admin panel while readiness check for upgrade magento 2.0.7 version.

enter image description here

有帮助吗?

解决方案

The error is quite user friendly and is saying to set cron job on server. Set below to execute after every 5 minutes on server

php yourMagentoPath/bin/magento cron:run

And perform the check again.

[Cause] :- To upgrade Magento it is must to set a cron job unless you are upgrading using composer. There are many other rediness checks that will only be performed once this cron is set. Try this once and share if it worked.

Apart from this the better way to upgrade Magento is to use composer. Its easy to upgrade using this method and it take less time(Never run composer as root user). By using this method roll-back is also very easy just make sure you have backup of your database as check this issue.

其他提示

follow this steps

  1. php version must be below

    PHP 7.0.2–7.0.6 except for 7.0.5, 5.6.x or 5.5.x (PHP 5.4 is not supported)

  2. please ask to your service provider that in apache modules rewrite_module is enabled or not? if not than please enable it

许可以下: CC-BY-SA归因
scroll top