I recently moved my website to a new server. I'm busy checking that everything works ok, and I'm noticing the following in the error log: [Mon Jun 30 08:45:28 2008] [error] [client 81.204.xx.xxx] File does not exist: /home/xxx/public_html/images/bg_sub_achtung.jpg, referer: http://www.mysite.net/images/thumbnails.php?album=1&page=2 Code (markup): Now if I understand this correctly there's an image called "bg_sub-achtung.jpg" that's linked to from my page/ or used in the page. The thing is that I don't have any such file on the site and a search through the html and PHP codes used to run the site can't find any reference to the file. I'm clueless as to why this is happening. Anyone got any ideas? Of course I can always create a small jpg file with that name, but I'd like to figure out where it's coming from in the first place.
Look in album.php It must be referencing that jpg file Post album.php You must forget to change path settings after moving site,which some scripts needed Regards Alex
There's no album.php, but I did check through thumbnails.php and no reference at all. Also checked through the database the site uses, and also no reference.
I have the same request for the same (non existent) file on my server as well (bg_sub_achtung.jpg). I'm also using CPanel