#5807 - Quick installer does not run install_env health checks

This is a spacer post for a website comment topic. The content this topic relates to: #5807 - Quick installer does not run install_env health checks
Automated message: This issue was created using the Report Issue Wizard on the Composr homesite.
Automated response: Quick installer does not run install_env health checks

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.

A hotfix (a TAR of files to upload) has been uploaded to this issue. Only apply this hotfix if you absolutely need it and cannot wait until the next release of Composr (releases are more reliable and strictly tested). As of Composr version 11, the recommended way to apply a hotfix is by following the same steps as an upgrade (https://baseurl/upgrader.php, use the hotfix on the step “Transfer across new/updated files”). The upgrader will automatically skip files belonging to addons you do not have installed or that are newer on disk than in the hotfix. Otherwise, you can manually extract and replace these files (do not replace if your on-disk file is newer than the one in the hotfix). Always take backups of your site or at least files you are replacing before applying a hotfix. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).
0 guests and 0 members have recently viewed this.