Hi,
I have a 3.1.2 website and I can't upload images (png or jpg, or any file type for that matter) to it, I get a "Forbidden" message in a black popup on the top right.
When I go to the file manager in SS I can create folders and delete files, so it seems to be isolated to uploads only.
Also, it works like a charm when I try it locally on my dev machine.
Here's what I've tried:
- adding a 'upload_tmp_dir = "./tmp"' to php.ini
- setting permissions to /tmp and /assets to 0777 recursively
Any other ideas?