Conversation:
Notices
-
@mmn !grrr to fast clicking on "Send" ... cc !snbug https://social.mxchange.org/attachment/28967
-
@roland Your webserver should reasonably be allowed to read the files in a web application's directory. You should check your webserver config (as in which user it runs as, which user owns the 'file' directory etc.). It's not a #GNUsocial bug anyway (but I think you can set the file upload default umask/permissions, in case webserver config is out of the question or too hard)
-
On shared server there's no problem with this setup because the webserver will be able to read everything you create with your PHP scripts.
-
There are more places with #chmod in the source, all seem to be 0644. Maybe you could do a more general configurable default chmod value instead of just for thumbnails?
You'll get to remove a "FIXME" then as well from the Ostatus_profile class ;)