Skip to content
jaredsiegel edited this page Apr 5, 2017 · 8 revisions

Enable debug mode

To get Munkireport to be more verbose about errors, add the following line to config.php

$conf['debug'] = TRUE;

Preflight error

If you see

OSError: [Errno 8] Exec format error

in the output of a munkirun, you may have a blank line in front of the php opening tag <?php in config.php or a php closing tag in config.php. To remedy: delete the blank line and/or remove the closing tag ?>

Blank listings page

After an upgrade some/all listings pages are empty. This could be caused by an upgrade to the datatables javascript framework. Clear local storage to fix the caching issue.

Open a javascript console in your browser and type:

localStorage.clear()

Another option is to hold ⇧ (Shift) and click reload.

Clone this wiki locally