When I upload a file using the “Upload File” link under Preview / Quick Save / Update buttons, it works fine. Uploading a replacement file ends with an error: “An error was encountered while attempting to replace the file. Please make sure your file directory is writable.” and the temp file is there named temp_file_filename.ext
The directory is set to 755, owner myuser, group myuser. Unix `groups` returns myuser apache. The file is owned by apache, group apache.
I don’t see why these permissions wouldn’t work. Changing permissions to 777 also doesn’t work.
What should I look into?
B