I am having some problems understanding how Drupal is handling file and directory permissions.
I have been troubleshooting an issue... with a little help. Here is the thread describing part 1.
http://drupal.org/node/1090428#comment-4201968
The problem I am having is I am not sure why I am getting the following error when I attempt to upload a new logo picture into the Bartik theme.
"The specified file temporary://websitelogo.jpg could not be copied, because the destination directory is not properly configured. This may be caused by a problem with the file or directory permissions. More information is available in the system log. "
1. Any idea where the system log is? How do I look at it?
This is a weird error as I should not have any file or directory permission issues. My directory permission is set to 750 throughout the site and the files permission is set to 640 throughout the site, except for the "files" directory in the /sites/default directory, which is set to 650. I tested other permission levels including 777, 655, 666 and the respose from Drupal is rather peculier..... I get an access denied error to the site when I increase the permission level....I would have thought that I could do more with less security when I set the permission to 777 but instead Drupal shuts the site down.