Skip to content

Module Manager grid is not working Magento 2.2.5 #16439

Closed
@VZeroCool

Description

@VZeroCool

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']);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue: Format is validGate 1 Passed. Automatic verification of issue format passed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions