Undefined index: name in composer_manager_installed_packages()

Created on 2 November 2021, over 2 years ago
Updated 25 April 2024, 2 months ago

Problem/Motivation

The module is always reporting no package installed in admin section.

Steps to reproduce

Go to admin/config/system/composer-manager after installing the required packages through compose install.

Proposed resolution

In file composer_manager.admin.inc, on line 320 of function composer_manager_installed_packages()
you should replace foreach ($json as $package) {
with foreach ($json['packages'] as $package) {

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

RTBC

Version

2.0

Component

Code

Created by

🇮🇹Italy deviato

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024