September 29, 2019 at 11:27 am
#5181
stevland
Keymaster
Whoa, your permissions look dangerously high.
I recommend setting them properly using these commands:
# find . -type d -print0 | xargs -0 chmod 0755
# find . -type f -print0 | xargs -0 chmod 0644
Not that I think this will fix your uploading issue, but let’s make sure your installation is secure.