v0.5 - folders /app/ and /panel/ with 775 instead of 755
Posted: 29 Nov 2014, 04:51
I just installed version 0.5 by uploading the zip-file to the server and extracting it. The check-page of the gallery (/check/) showed no issues.
Unfortunately, the installation does not work (can't access the panel & preview images won't get rendered) and the server throws an internal error exception. This is what's listed in the Apache error logs:
SoftException in Application.cpp:601: Directory ".../public_html/x3-new/app" is writeable by group, referer: http://...
SoftException in Application.cpp:601: Directory ".../public_html/x3-new/panel" is writeable by group
manually chmod from 775 to 755 solves the issue.
Unfortunately, the installation does not work (can't access the panel & preview images won't get rendered) and the server throws an internal error exception. This is what's listed in the Apache error logs:
SoftException in Application.cpp:601: Directory ".../public_html/x3-new/app" is writeable by group, referer: http://...
SoftException in Application.cpp:601: Directory ".../public_html/x3-new/panel" is writeable by group
manually chmod from 775 to 755 solves the issue.