2015-11-30, 10:45:28
(This post was last modified: 2015-11-30, 14:00:18 by sombragris.
Edit Reason: Update
)
I upgraded to 3.3.7 and got some grief. The culprit? Permissions.
Specifically, the files from the 3.3.7 zipfile were all group writable and my server balked at that. I got an "Internal Server Error". Then, "this file is temporarily unavailable".
I had to do
in any and all directories that were refreshed.
Addition: I just forgot to point out that, after applying chmod in the way described above to all directories refreshed, GetSimpleCMS worked with no issues.
I have a suggestion. Either:
a) release 3.3.7 and further versions without the g+w bit set, or
b) make a note in the relevant page of the Wiki about setting up appropriate permissions post-upgrade.
Any of these measures would work well, imho.
Thanks!
--
Eduardo Sánchez
Asunción, Paraguay
Specifically, the files from the 3.3.7 zipfile were all group writable and my server balked at that. I got an "Internal Server Error". Then, "this file is temporarily unavailable".
I had to do
Code:
chmod -Rv g-w ./*
Addition: I just forgot to point out that, after applying chmod in the way described above to all directories refreshed, GetSimpleCMS worked with no issues.
I have a suggestion. Either:
a) release 3.3.7 and further versions without the g+w bit set, or
b) make a note in the relevant page of the Wiki about setting up appropriate permissions post-upgrade.
Any of these measures would work well, imho.
Thanks!
--
Eduardo Sánchez
Asunción, Paraguay