Page 1 of 1

upgrade 7.1 -> 8.11 alpha chmod

Posted: Sun Feb 27, 2005 10:47 am
by rickmans
I just took the risk of upgrading to 8.11 alpha on this quiet sunday morning. And I noticed the upgrade itself created some errors. For example some files could not be moved (I suppose to backup) and when I refreshed my ndex page I saw some php code :). I then reminded myself for chmodding the template_c directory to 0777 zo it was writable and that was the solution.

Besides sharing my sunday morning experience of upgrading: is it not an idea to implement a chmod for some important directories in the install script? Besides a easier install, it could prevent security issues of people having some directories still 0777 while not necessary.

Posted: Sun Feb 27, 2005 7:55 pm
by Marinmo
http://www.s9y.org/32.html wrote:Todo list

This list is maintained by the developers. Serendipity users should use the Sourceforge Trackers to report bugs and/or feature requests.

(! = High Priority, * = Medium Priority, - = Low Priority, C = Fixed in CVS)
CODE CLEANUP / BUGS

!(0.8) Bug: When upgrading from 0.7 to 0.8, the new templates_c directory won't get sufficient write permissions and smarty will throw a warning after upgrade is complete.

Kind of aware of it already. ;)

Posted: Sun Feb 27, 2005 8:02 pm
by rickmans
oops missed it :oops: