Bug: Extra config.php parms added during install prevent setting file upload permissions
Reported by dleffler | January 4th, 2012 @ 06:57 PM | in 2.0.4 (closed)
Since adding the Language selection to the installer in v2.0.3, we create the config.php file earlier. In v2.0.3, we now seem to add ALL the following to the config.php which cause a problem on some systems:
- define("FILE_DEFAULT_MODE_STR",'0666');
- define("FILE_DEFAULT_MODE",'octdec(FILE_DEFAULT_MODE_STR+0)');
- define("DIR_DEFAULT_MODE_STR",'0770');
- define("DIR_DEFAULT_MODE",'octdec(DIR_DEFAULT_MODE_STR+0)');
The symptom is that all uploaded files receive a 0x000 permission.
Comments and changes to this ticket
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS