#465 ✓resolved
dleffler

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

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.

New-ticket Create new 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

Shared Ticket Bins

People watching this ticket

Referenced by

Pages