Hi,
I am getting following messages 8 to 16 times on every page:
"The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.
The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.
The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.
The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.
The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.
......
......
......
"
Yesterday I added game on my website http://www.example.com/ and that time everything was fine. But today when I opened my website I am getting this messages on every page with all page element scattered.
I deleted my yesterday added game, but the problem is still there.
My site is 8 month old, I never face such error. I only add new games(.swf files), images(thumbnail of .jpg files) and some text descriptions daily.
Where is the problem? If you have any idea please share.
-Vikas
Comments
Do I need to update
Do I need to update something? I never update drupal.
Again, I nothing done anything wrong yesterday other than daily game addition. If drupal-update is needed, then is it possible without drupal-update such error occurs?
Site configuration > File
Site configuration > File system > Temporary directory: /tmp changed to /tmp1
and it works.
Problem is solved. But I don't know, will it effect negative in future?
Depends...
If you are using a shared server!
Because the Temporary directory is a ABSOLUTE PATH and the /tmp is not of your domain but of the server and usually it's erased every n° hours!
For the best, change it in something like /home/content/*yourdomainnumber*/html/sites/default/files/tmp (gived you by your hosting).
Bye