Skip to content
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 index: name under System Upgrade #7

Open
prathers opened this issue Sep 15, 2017 · 0 comments
Open

Undefined index: name under System Upgrade #7

prathers opened this issue Sep 15, 2017 · 0 comments

Comments

@prathers
Copy link

prathers commented Sep 15, 2017

Just wanted to do an upgrade from v2.1.7 to 2.1.8 through System Upgrade in Admin and got an error Undefined index: name during the initial check.
I found out that the composer config repositories.tinify vcs https://github.com/tinify/magento2-plugin result in a composer.json like this:

"repositories": {
      "0": {
            "type": "composer",
            "url": "https://repo.magento.com/"
        },
        "tinify": {
            "type": "vcs",
            "url": "https://github.com/tinify/magento2-plugin"
        }
    },

If I remove the tinify and redo my composer.json:

"repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    ],

..it works again.
Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant