Skip to content

Module Manager grid is not working Magento 2.2.5 #16439

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

Closed
VZeroCool opened this issue Jun 28, 2018 · 11 comments
Closed

Module Manager grid is not working Magento 2.2.5 #16439

VZeroCool opened this issue Jun 28, 2018 · 11 comments
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed

Comments

@VZeroCool
Copy link

VZeroCool commented Jun 28, 2018

Preconditions

  1. PHP version: 7.1.16, Magento CE 2.2.5
  2. Apache : 2.4.23

Steps to reproduce

  1. Setup Magento CE 2.2.5
  2. Login to Admin Navigate to System > Tools > Web Setup Wizard
  3. Than Go to Module Manager

Expected result

  1. It should open and let me display all modules that are currently installed.

Actual result

  1. URL encounters 404 http://some_Ip/mage2.2.5/setup/index.php/moduleGrid/modules
    system

Workaround

setup\src\Magento\Setup\Model\Grid\Module.php

private function addGeneralInfo(array $items)

  • $item['moduleName'] = $item['moduleName'] ?: $this->packageInfo->getModuleName($item['name']);

    To

  • $item['moduleName'] = $item['moduleName'] ?? $this->packageInfo->getModuleName($item['name']);
@magento-engcom-team magento-engcom-team added the Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed label Jun 28, 2018
@magento-engcom-team
Copy link
Contributor

Hi @VZeroCool. Thank you for your report.
To help us process this issue please make sure that you provided the following information:

  • Summary of the issue
  • Information on your environment
  • Steps to reproduce
  • Expected and actual results

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento-engcom-team give me {$VERSION} instance

where {$VERSION} is version tags (starting from 2.2.0+) or develop branches (2.2-develop +).
For more details, please, review the Magento Contributor Assistant documentation.

@VZeroCool do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?

  • yes
  • no

@VZeroCool
Copy link
Author

@magento-engcom-team give me 2.2.5 instance

@magento-engcom-team
Copy link
Contributor

Hi @VZeroCool. Thank you for your request. I'm working on Magento 2.2.5 instance for you

@magento-engcom-team
Copy link
Contributor

Hi @VZeroCool, here is your Magento instance.
Admin access: https://i-16439-2-2-5.engcom.dev.magento.com/admin
Login: admin Password: 123123q
Instance will be terminated in up to 3 hours.

@VZeroCool
Copy link
Author

VZeroCool commented Jun 28, 2018

@magento-engcom-team, Encounters new problem Can't able to navigate to
System > Tools > Web Setup Wizard

Its showing me Blank Page on vanilla Instance.
error

@VZeroCool
Copy link
Author

@magento-engcom-team, I would like to work on this issue. #mm18in

@johnny-longneck
Copy link

Just a question: Javascript error angular.js? Is this normal or is knockout being replaced by angular? (which i would totally like)

@VZeroCool
Copy link
Author

@johnny-longneck Its angular.js error I think..

@hostep
Copy link
Contributor

hostep commented Jun 28, 2018

@VZeroCool : this was already reported for Magento 2.2.4 and was already fixed in #15211, it was badly communicated and was not fixed in 2.2.5, but should be fixed in 2.2.6

@hostep hostep closed this as completed Jun 28, 2018
@Shellanza
Copy link

I can confirm that the same fix if applied into Magento 2.2.5 it will work. Thanks to all community member about that.

@matt-mainstreetdesign
Copy link

Have this issue on 2.3.3, cant find a solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed
Projects
None yet
Development

No branches or pull requests

6 participants