warning: rename(/tmp/Pilen9vxl_002.jpg,sites/default/files/bitcache/608ecc13d3c158185112851e8b17d15655d21f31) [function.rename]: Operation not permitted in /home/account1/domains/mydomain.com/public_html/lab/sites/all/modules/bitcache/bitcache.inc on line 146.

The sub-images are created but somehow I don't think that the results are what they are supposed to be. But it's dev so ...

Is there any reason for me to test this module?

Comments

miglius’s picture

From the error it looks that you don't have write permissions as webserver user to sites/default/files/bitcache folder or cannot delete from /tmp folder.

Boletus’s picture

Yes that is pretty obvious, but have I missed some part of the installation process of this module or? I have never had problems with my web hosting service before. What can be done?

miglius’s picture

It's hard to tell. Do you have a shell on that machine to login and look around?

Boletus’s picture

Oh yes, I can look around and chmod and stuff. What do you want me to look for?

miglius’s picture

php is trying to move a file from /tmp/ to a sites/default/files/bitcache/

Try creating a test file in /tmp and move it to sites/default/files/bitcache/ to see if is action can be performed.

johanneshahn’s picture

Status: Active » Closed (cannot reproduce)