Skip to content
Clayton Burlison edited this page Nov 30, 2015 · 8 revisions

Here's a list of common issues.

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()
Clone this wiki locally