By CodeCutter on
I have started getting following error all of sudden since yesterday.
Nothing has been changed on the website since 1 week.
The selected file /tmp/fileCELNms could not be uploaded, because the destination files/css/f071146cc95ad1bc998552babd152b2f.css is not properly configured.
The website content looks okay, but CSS of website is completely gone.
Any idea how to fix this. Thanks.
PS: I am on shared hosting. Not sure if they changes anything.
Comments
Fixing Issue
As I write this, it's almost two years since the original post, but I was experiencing this exact same issue. I had a page completely missing all styling (CSS), and 3-4 messages that look like the following:
The selected file /home/tmp/fileYoqKPy could not be uploaded, because the
destination css/css_60a04de3ab498e6a27818f3f9f6915ea.css is not properly
configured.
For me, I knew exactly what had changed. I configured my host to use PHP 5 instead of PHP 4. (My Drupal is 6.14.)
The post at http://drupal.org/node/124166 suggested looking at the Administration > Site Configuration > Performance (admin/settings/performance). I disabled "Optimize CSS Files", and when I did this change, all of my CSS returned. I may look into the "root" cause, which seems to be discussed in the above issue, but for now my site seems to be working!