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
Comment #1
miglius commentedFrom 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.
Comment #2
Boletus commentedYes 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?
Comment #3
miglius commentedIt's hard to tell. Do you have a shell on that machine to login and look around?
Comment #4
Boletus commentedOh yes, I can look around and chmod and stuff. What do you want me to look for?
Comment #5
miglius commentedphp 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.
Comment #6
johanneshahn commented