Hello, I've got a really big problem when I'm upgrading Drupal...

After upgrading drupal, If I want to change the color of the theme, I've this errors.., and I can only put back the defaut theme... and I tried few themes includind Garland...

The selected file /tmp/filemOGZHP could not be uploaded, because the destination sites/default/files/languages/fr_51e92dcfe1491f4595b9df7f3b287753.js is not properly configured.
The selected file /tmp/fileAe2eWW could not be uploaded, because the destination sites/default/files/languages/fr_51e92dcfe1491f4595b9df7f3b287753.js is not properly configured.
The selected file themes/garland/images/menu-collapsed.gif could not be uploaded, because the destination is not properly configured.
The selected file themes/garland/images/menu-collapsed-rtl.gif could not be uploaded, because the destination is not properly configured.
The selected file themes/garland/images/menu-expanded.gif could not be uploaded, because the destination is not properly configured.
The selected file themes/garland/images/menu-leaf.gif could not be uploaded, because the destination is not properly configured.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/body.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/bg-bar.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/bg-bar-white.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/bg-tab.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/bg-navigation.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/bg-content-left.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/bg-content-right.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/bg-content.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/bg-navigation-item.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/bg-navigation-item-hover.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/gradient-inner.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/logo.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
warning: imagepng() [function.imagepng]: Unable to open 'sites/default/files/color/garland-aff0fcd9/screenshot.png' for writing: No such file or directory in /home/www/a2ed86824ba8b0e4b3ad598cfc06789b/web/modules/color/color.module on line 502.
The selected file /tmp/fileP9dB9E could not be uploaded, because the destination is not properly configured.
The selected file /tmp/fileYuOXpL could not be uploaded, because the destination is not properly configured.

Thanks to helping me... this is such a boring problem...

Comments

vm’s picture

goto administer -> file system
set the tmp directory to files/tmp

use your host panel or FTP tool to check the permissions on the folders and insure they are writable.

junro’s picture

My temp folder was in my root and in administer -> file system; it was set on /tmp
so I think it was good.

But I try to change of folder.
I put in /site/all/files and set the tmp directory to files/tmp
and I have the same errors.

five minutes later... just checking something...

I find the problem...
/web/sites/default/files/color/garland-a890b502 permissiosn was set on 775, I put 777, and it's working....
I check again the permission 775... I try to change color theme.. it's working.

Funny thing...

Well Thank you for your attention ^^ :)