I have seen this a few times. It happened when using php based includes etc. By linking to images using ./images/img.jpg vs using absolute or images/img.jpg. When using the ./ method to link to images, I often get errors only with spiders. Normal web browsers can still read this, but spiders see a broken link, and therefore produce an error.
|