By saltspringer on
Every time there is a cron run on my site, I get this warning:
Warning: unlink(/tmp/update-cache-eda84aec/multiflex3-7.x-3.0.tar.gz) [function.unlink]: Permission denied in drupal_unlink() (line 2189 of /home/larry832/public_html/includes/file.inc).
What does it mean?
Everything seems to be working fine, should I be worried?
Comments
found what might be the answer
I found what might be the answer to my question in:
http://drupal.org/node/1044040
but maybe I don't understand it properly.
I tried to create a new tmp file (I named it 'drupal_tmp') and set that it in 'Temporary directory', but Drupal objected to that.
Should I be doing something differently?