Activity log for bug #291041

Date Who What changed Old value New value Message
2008-10-30 11:33:31 Henrik Z bug added bug
2008-10-30 11:35:49 Henrik Z description I just downloaded and installed TurnkeyLinux Joomla for testing. After added a test article, and then I wanted to change the global settings of Joomla. But got this error message: Unable to open configuration.php file to write. I just downloaded and installed TurnkeyLinux Joomla for testing. After I added a test article, I wanted to change the global settings of Joomla. When I click Save or Apply, I got this error message: Unable to open configuration.php file to write.
2008-10-30 15:03:06 Alon Swartz turnkeylinux: status New Confirmed
2008-10-30 15:03:06 Alon Swartz turnkeylinux: assignee alonswartz
2008-10-30 15:03:06 Alon Swartz turnkeylinux: statusexplanation This is due to the webserver user not having write permissions to the configuration file. This issue is a usability / security tradeoff, and considering turnkey appliances should be as easy to use as possible, I am inclined to go with usability for the next release, and change the default permissions. In the meantime, you can do this manually from the command line: # chown root:www-data /etc/joomla15/configuration.php # chmod 664 /etc/joomla15/configuration.php
2009-03-03 16:46:31 Alon Swartz turnkeylinux: status Confirmed Fix Released
2009-03-03 16:46:31 Alon Swartz turnkeylinux: importance Undecided Medium
2009-03-03 16:46:31 Alon Swartz turnkeylinux: statusexplanation This is due to the webserver user not having write permissions to the configuration file. This issue is a usability / security tradeoff, and considering turnkey appliances should be as easy to use as possible, I am inclined to go with usability for the next release, and change the default permissions. In the meantime, you can do this manually from the command line: # chown root:www-data /etc/joomla15/configuration.php # chmod 664 /etc/joomla15/configuration.php fixed in 2009.02 release