flattery103

Results 10 comments of flattery103

I am having the same issue connecting my Mac to Linux (Fedora 36 with X11)

Try changing chmod the files to 666. The webserver user may not be in the same group as the user that uploaded and owns the files, therefore changing the middle...

The reason you get this error is when you manually upload the files they are with the permissions of that user that uploaded them. Webservers run on with their own...

The problem I had with uploading via the web interface is the files were larger than the webserver would allow.

Can you tell the permissions on the uploaded files? does the server have read/write access to the files? Do you have command line access or only FTP access to your...

Look in the commits section. Someone has committed code for this setting, but it hasn't been merged yet. Just use the file from that section and it works.

This is a generic error. You need to look at the web server's error logs for more detail. Share those and we can probably figure out where the problem is.

There is a denied file type listing but not an allowed. Probably wouldn't be too difficult to reverse that code. The denied file types are in the section $disallowed_patterns =...

This is a must-have addition to this code. I love it. Merged it into my copy with out any issues.