Skip to content

Modules page breaks if any module name starts with 2 capital letters. #1658

@netcarver

Description

@netcarver

Short description of the issue

I just installed the module named JKPublishingOptions from here and the ProcessWire modules pages broke. Tracy error and option for a fix shown below.

Expected behavior

The install should not lead to the module page being unusable.

Actual behavior

Error on loading module page:
image

Suggestion for a possible fix

I fixed this on my local install by changing line 995 of ProcessModule.module to the following

		$out .= $table ? $table->render() : '';

Which allowed the module page to render, showing the following error at the top of the page...
image

Steps to reproduce the issue

  1. Go to the module page
  2. Install this module using the upload via URL option.

Setup/Environment

  • ProcessWire version: 3.0.208

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions