#5807 - Quick installer does not run install_env health checks
0 guests and 0 members have recently viewed this.
The top 3 point earners from 30th Nov 2025 to 7th Dec 2025.
| Gabri |
|
|
|---|---|---|
| PDStig |
|
|
| Adam Edington |
|
|
There are no events at this time
The quick installer does not run install_env health checks like the manual installer does.
Actually this had multiple issues:
* addon_installed did not consider data.cms in quick installer for finding addon registry hooks
* getting default zone page was trying to query the database when we have not set that up yet
* find_all_hooks needed a file_array equivalent of scandir which get_dir_contents does not serve
* execute_module_functions also did not consider file arrays
* CHMOD test is not necessary for quick installer
* TTF test cannot run an actual test on a font file in the quick installer; disabled this check completely for TTF support check.
* Base URL test was hitting either data/empty.php or the homepage. Both do not exist when using the quick installer, so now it will hit install.php if running the installer.