-
Notifications
You must be signed in to change notification settings - Fork 137
Troubleshooting
jaredsiegel edited this page Apr 5, 2017
·
8 revisions
To get Munkireport to be more verbose about errors, add the following line to config.php
$conf['debug'] = TRUE;
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()
Another option is to hold ⇧ (Shift) and click reload.
- General Upgrade Procedures
- How to Upgrade Versions
- Troubleshooting Upgrades
- Migrating sqlite to MySQL