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 in System Upgrade #6372

Closed
cizgidekiadam opened this issue Aug 28, 2016 · 13 comments
Closed

Undefined index: name in System Upgrade #6372

cizgidekiadam opened this issue Aug 28, 2016 · 13 comments

Comments

@cizgidekiadam
Copy link

Preconditions

  1. Magento 2.1

Steps to reproduce

  1. Enter Web Setup Wizard
  2. Select System Upgrade

Expected result

  1. System Upgrade 😄

Actual result

  1. Error message 'Undefined index: name' from request to 'setup/index.php/select-version/systemPackage'
@NadiyaS
Copy link
Contributor

NadiyaS commented Aug 30, 2016

Hi @rbostan ,
we can not reproduce this bug, please provide us more details which can affect this bug: do you have external extensions, in which way you install magento (git, composer), etc?

@NadiyaS NadiyaS removed their assignment Aug 30, 2016
@filipac
Copy link

filipac commented Sep 2, 2016

I have the same error too. I installed and upgraded to 2.1 via composer. Now i get this error.

@cizgidekiadam
Copy link
Author

It was a composer installation (2.1)
Trying to system upgrade, not modules.

I think i told story detailed.

@shiftedreality
Copy link
Member

Hi @rbostan

I was also unable to reproduce this issue on 2.1.0 and 2.1.1
Please, clean your browser cache and try again.

If problem still exists: provide next details:

  • PHP version
  • OS version
  • Apache/nginx
  • Caching

@cizgidekiadam
Copy link
Author

It'is running on Centos 6.5 with;

  • PHP 5.6.14
  • Apache
  • Standart Magento cache, not more.

Now using 2.1.1 and had to update via composer. Can not use backend's System Upgrade

http://prntscr.com/clupk0 - After clicking System Upgrade
http://prntscr.com/clupp5 - Result with error

@rliukshyn
Copy link
Contributor

Hi @rbostan ,
Unfortunately i could not reproduce this issue on specified environment.

@mirmanov
Copy link

I have the exact same issue with Magento 2.0.0.
The environment:

  • Ubuntu 14.04.3
  • PHP 5.6.17
  • Apache

@djlspeed
Copy link

Which repositories are listed in your composer.json?
Removing all except https://repo.magento.com/ fixed the problem for me.
So my composer.json looks like this:
... "repositories": [ { "type": "composer", "url": "https://repo.magento.com/" } ], ...

@tabstop
Copy link

tabstop commented Oct 13, 2016

I have the same problem, but my error is only:

Step 1: Select Version
Undefined index: name

Magento 2.1, no composer setup
Ubuntu16.04
php-fpm: 7.0.8-0ubuntu0.16.04.3
Apache 2.4.18
caching off

@djlspeed
Copy link

As mentioned above, I had the same problem.
Removing all repositories (with the exception of repo.magento.com) from the composer.json, proceeding to the next step and reentering the repositories again (as otherwise the readiness check would fail with composer errors) did the trick for me.
Did you try this?

@trifectavape
Copy link

as guys mentioned, edited composer.json and in repositories i had data-migration-tool which installed during migrating my old to new magento sites, i deleted the lines for it and worked perfectly,
Thanks a lot for providing the solution

@oshmyheliuk
Copy link
Contributor

@rbostan Does your problem was resolved by the solution that described above?
Can we close this issue?

@cizgidekiadam
Copy link
Author

Thanks a lot folks.
There was an extra repository, remove it, now it says 'You're already using the latest version, there's nothing for us to do.'

You may close it, thanks.

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

No branches or pull requests