-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot upgrade to Magento 2.0.4 #4013
Comments
@jaimestuardo so as suggested, did you check the file permissions? Looks like |
Of course. all permissions are correct, unless I have to set 777 permissions for all files and folders. Furthermore, what about app/design/frontend/Desytec/depasa_v1/Magento_Checkout/web/template/cart/totals? why that folder needs to be writable? it is my custom template. And /webpay folder is a custom folder I am using with my own payment method. It contains CGI files that of course should not be writable. Is this a bug in cron validation which is validating something that it should not validate? |
Yes I agree about the unnecessary files. Created MAGETWO-51544 to investigate and fix. |
Meanwhile, is there a way to upgrade by bypassing that verification? |
@jamescowie I would suggest to either move the files out of magento root during upgrade, and then copy them back or give full write permissions(not recommended) but as long as you change it back as soon as upgrade is done. |
I'm getting the same error while trying to upgrade via the web interface. |
@andparsons there are a number of files created in the var directory that begin with |
This is very annoying. I have removed the cache after I move the folders out of Magento root, and I got more errors now: PHP Version Check, PHP Settings Check, etc and etc. All those checks were correct before, and in fact, all of them are correct. I have removed .setup_cronjob_status and .update_cronjob_status according to this page http://devdocs.magento.com/guides/v2.0/comp-mgr/trouble/cman/component-depend.html but nothing works now. |
@jamescowie can you please very that are your cronjobs running as expected? It should create new |
Only .update_cronjob_status: -rw-r--r-- 1 depasa depasa 148 abr 11 19:09 .update_cronjob_status |
@jaimestuardo you need a total of 3 cronjobs |
Now, this is the error I am getting: PHP Settings Check This is nonsense,since my php.ini has already that option with -1. |
- Added functionality on setup cron side to prepare list of directories and files that updater application will need write permissions to perform upgrade - Updated updater application to just consider this file list while doing file permissions check
- Code update to fix unit and integration test failures
- Code updates based on review comments - Updates to fix failing unit tests
- Code review comment updates. - Added unit test for PathBuilder.php
- Code updates based on review comments - Enhanced PathBuilder::build() logic. - Added couple of new error scenario tests to PathBuilderTest.php
- Code review comment update. - Consider ["extra"]["map"] section absence in base package a valid scenario
- Minor update to address code review comment. - Moved variable assignment towards end of the block
- rename PathBuilder class per review
This should be fixed in the upcoming 2.1 version. please try on the develop branch. |
Did not be fixed in 2.1 CE
Is necessary to create these empty folders to continue. |
[MPI] Braintree payment method not supported in multi-shipping
When Trying to upgrade from 2.0.2 to 2.04 using system upgrade, I get the following errors in Readiness Check:
Check Cron Scripts
Cron script readiness check failed. Hide detail
Error from Updater Application Cron Script:
Found non-writable path(s):
/home/depasa/public_html/app/design/frontend/Desytec/depasa_v1/Magento_Checkout/web/template/cart/totals
/home/depasa/public_html/webpay/cgi-bin/maestros/privada.pem
/home/depasa/public_html/webpay/cgi-bin/maestros/tbk_public_key.pem
/home/depasa/public_html/webpay/cgi-bin/maestros/backup
/home/depasa/public_html/webpay/cgi-bin/log/backup
/home/depasa/public_html/webpay/cgi-bin/datos/tbk_param_20160324.txt
/home/depasa/public_html/pub/static/frontend/Desytec/depasa_v1/es_ES/Magento_Checkout/js/form/element/region.js
For additional assistance, see cron scripts help.
Check Component Dependency
We found conflicting component dependencies. Hide detail
For additional assistance, see component dependency help .
All of them are nonsenses and help does not really help.
Regards
Jaime
The text was updated successfully, but these errors were encountered: