Thank you and more detail about intalled files permissions
OK, thanks for the correct log location.
As for the install, all docs in DEFAULT/ where not readable by "others" (perms: -rw-r-----) and trying to view them would result in a 403 "Permission denied" error.
I fixed that with chmod -R o+r DEFAULT/*
Sincerely
|