-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Undefined array key 0
warning at console Installation
#3672
Comments
I've tested a clean installation without seeing your problem, can you provide a install.php script with all the parameters for a quick check? |
I remember this error. Can you test #3248 or install via n98-magerun? |
@fballiano https://gist.github.com/akunzai/8a14d7ee7b7a567f1d424f612477f08c#file-install-sh I build my Dockerfile because My M1 mac machine failed to build docker-compose.yml |
@akunzai its nothing about your env ... For some reason |
the and the warning only becomes exception in Developer mode( I'll try to fire a PR to handle the |
Preconditions (*)
See my gist
Steps to reproduce (*)
Expected result (*)
Install success without errors
Actual result (*)
Workaround: change
php.ini
to ignore warningserror_reporting=E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING
I wrote some simple code to reproduce exception at App.php.
The text was updated successfully, but these errors were encountered: