
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
-
dleffler January 18th, 2012 @ 07:37 PM
- Tag changed from config, configs, configuration, files, installer, uploader to file manager, config, configs, configuration, files, installer, uploader
The work-around is to delete those four lines from the /conf/config.php file which will cause the system to revert to the defauls.
-
dleffler January 25th, 2012 @ 04:34 AM
- State changed from new to resolved
merged with ticket #476
-
dleffler January 25th, 2012 @ 04:34 AM
- Milestone set to 2.0.4
- Milestone order changed from 140 to 0
-
dleffler April 26th, 2012 @ 07:27 PM
- Tag changed from file manager, config, configs, configuration, files, installer, uploader to file manager, config, configuration, files, installer, uploader
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
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