Issue :
While performing the System Requirement Check for the above, following error occurred :
File Uploads Enabled : Failed
However, in the server file_uploads was On.
Fix :
To fix this issue, edit the file install/include/sanity.php
Replace the following line:
$global_i18n[‘check_upload’]=>_sanity_checkTemp(ini_get(‘upload_tmp_dir’)),
with
$global_i18n[‘check_upload’]=>_sanity_checkTemp(BASE.’tmp’),