You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using XAMPP 5.6.15 under Windows (Both Windows 2012 R2 Server and Windows 10) and have the problem when trying to upgrade Magento CE from 2.0.2 to 2.0.4
I installed magento using command line:
call composer create-project
php bin\magento setup:install
php bin\magento deploy:mode:set developer
Composer update and php bin\magento setup:upgrade worked without errors (I properly set write permissions to var and pub folders).
Also both frontend and backend work without problems.
Expected result
No errors in the readiness check.
Actual result
The following checks passed successfully:
Check Updater Application Availability
Check Component Dependency
But on the other hand, I get the following readiness check fails when upgrading in the backend:
Check Cron Scripts,
PHP Version Check (Your PHP version is . The required PHP version is .),
PHP Settings Check
PHP Extensions Check (missing PHP extensions.)
Setting always_populate_raw_post_data to -1 in php.ini did not resolve my problem.
I also wonder how to override Check Cron Scripts fail, since there are no cron scripts available in Windows?
The text was updated successfully, but these errors were encountered:
jernejh
changed the title
Upgrading to 2.0.4. from 2.0.2. Readiness check fails.
Upgrading from 2.0.2 to 2.0.4 readiness check fails.
Apr 1, 2016
However, since many developers use Windows, we provide limited support, but it is no way intended to be run on production in Windows.
Since there is no ability of cron in windows, you could try something like windows scheduler
OR
Just run the following commands manually in the following order: /bin/magento setup:cron:run php /update/cron.php
Once before you start upgrade, and once when updater shows as "pending"
Steps to reproduce
I am using XAMPP 5.6.15 under Windows (Both Windows 2012 R2 Server and Windows 10) and have the problem when trying to upgrade Magento CE from 2.0.2 to 2.0.4
I installed magento using command line:
Composer update and php bin\magento setup:upgrade worked without errors (I properly set write permissions to var and pub folders).
Also both frontend and backend work without problems.
Expected result
No errors in the readiness check.
Actual result
The following checks passed successfully:
But on the other hand, I get the following readiness check fails when upgrading in the backend:
Setting always_populate_raw_post_data to -1 in php.ini did not resolve my problem.
I also wonder how to override Check Cron Scripts fail, since there are no cron scripts available in Windows?
The text was updated successfully, but these errors were encountered: