-
Notifications
You must be signed in to change notification settings - Fork 137
Troubleshooting
Clayton Burlison edited this page Nov 30, 2015
·
8 revisions
Here's a list of common issues.
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 ?>
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()
- General Upgrade Procedures
- How to Upgrade Versions
- Troubleshooting Upgrades
- Migrating sqlite to MySQL