I was going through my servers error logs and noticed I was getting a TON of 'file does not exist' errors for custom avatars. However, I can't seem to track things down exactly.
For instance, here is one of them:
When I go to the URL, I can see in the page source where it tries to call avatar3537_1.gif, which does not exist.
However, when I go to that user's profile and view the name of their avatar (or when I select from customavatar with that user's userid) it returns a different file name. In this case it is 2-97.jpg but it's typically something like "bobsavatar" or whatever the name of the file they uploaded was.
Why am I getting a bunch of errors about missing "avatar####.jpg" when those aren't the actual filenames of their avatars?
For instance, here is one of them:
[Sun Mar 04 22:53:53 2012] [error] [client 66.87.2.252] File does not exist: /home/mydomain/public_html/customavatars/avatar3537_1.gif, referer: http://www.mydomain.com/showthread.php?t=26515
However, when I go to that user's profile and view the name of their avatar (or when I select from customavatar with that user's userid) it returns a different file name. In this case it is 2-97.jpg but it's typically something like "bobsavatar" or whatever the name of the file they uploaded was.
Why am I getting a bunch of errors about missing "avatar####.jpg" when those aren't the actual filenames of their avatars?
Comment