Posted by domineaux on June 4, 2009 at 3:42pm
Jump to:
| Project: | ImageCache |
| Version: | 6.x-2.0-beta9 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | tmp imagecache |
Issue Summary
using WAMP localhost server...
When I run status report I get this error message:
ImageCache Temp Directory /tmp is not writeable by the webserver.
There is no /tmp folder in sites/default/files/imagecache/
Comments
#1
This is probably not an issue with ImageCache, it is more likely an issue with your server and write permissions. Try going to
admin/settings/file-systemand set/tmpto justtmp, or possibly some other path in your WAMP installation directory.#2
#3
removing the / from the above mention /tmp/php fixed my issue as well.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.
#5
Confirming this fix. It might have something to do with going from linux system to windows. I moved a site to an offline wamp server, and suddenly got this error.
#6
how to do this in ZAMP version Drupal6?
#7
I'm not sure what ZAMP is, but if you follow the instructions in #1, you should be ok.
#8
Thanks! No. 1 message worked for me.
#9
I'm using Acquia Drupal as a local server and First message worked for me! Thanks a lot!
#10
Thankyou. Useful info here.