I just moved m first Drupal site from one host to another. Drupal now refuses to recognize it's /tmp folder in the file system. I can clearly see that it exists and I've tried setting the permissions every way I can think of including 777 and it still refuses to acknowledge that it exists. Anyone got any idea?

Comments

vm’s picture

is the tmp folder in the files folder ? if so your setting in the admin area should be files/tmp<- notice no preceeding slash

if the tmp folder is at the same level as your drupal folder, you may use tmp <- notice no preceeding slash

gnotorious’s picture

Wow! Thanks. I actually had one in the root and one in files since it kept telling me it couldn't find it and I don't really care where it is. It was set to /tmp so removing the / fixed the problem instantly.