### Short description of the issue I just installed the module named JKPublishingOptions from [here](https://github.com/juergenweb/JKPublishingOptions) 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:  ### Suggestion for a possible fix I fixed this on my local install by changing line 995 of ProcessModule.module to the following ```php $out .= $table ? $table->render() : ''; ``` Which allowed the module page to render, showing the following error at the top of the page...  ### Steps to reproduce the issue 1. Go to the module page 2. Install [this module](https://github.com/juergenweb/JKPublishingOptions/archive/refs/heads/main.zip) using the upload via URL option. ### Setup/Environment * ProcessWire version: 3.0.208