Hi
I have 2 separated installation of Drupal, Both used same temp directory which is C:\xampp\tmp
When I clear cash for the first site everything work fine , but with the 2ed site I got this errors

* The selected file C:\xampp\tmp\fil998.tmp could not be copied.
* The selected file C:\xampp\tmp\fil999.tmp could not be copied.
* The selected file C:\xampp\tmp\fil99A.tmp could not be copied.

I google it , I try everything but nothing work ... any Idea about this ?

Also in the 2ed installation I have node type called mimage , I add custom template for that node type called node-mimage.tpl.php , and clear the cash using drupal and manually , but drupal still used node.tpl and wont override it.

is this problem related with the first one ?
Thanks

Comments

hershel’s picture

I would recommend you not use a common temp directory for multiple sites. Can you adjust this?

The second probably may or may not be related. Did you put that file into the active theme directory?

majdi’s picture

I change that from file system ,
Now the path is
C:\xampp\htdocs\dalil\sites\default\files\temp

After that I try to clear the cash but same problem.

for the 2ed problem yes , I put it in the active theme directory, I already write some themes for views and panel , Its work fine but not the custom node template .

majdi’s picture

Hello, I just remove the ad Module http://drupal.org/project/ad , after that I clear cash , everything work fine ! and also the its start see the custom theme for the data type
I report this to ad module here http://drupal.org/node/660072

Thanks HershelSR for help