XF 1.2 Problem with avatar_female_m.png

DRaver

Active member
Sometimes I have an error in my server log files like this:

Code:
/var/www/mysite/thema/prinzesschen-ist-ein-uhu.21610/styles/default/xenforo/avatars/avatar_female_m.png" failed (2: No such file or directory), client: xx.xxx.146.33, server: www.mysite.net, request: "GET /thema/prinzesschen-ist-ein-uhu.21610/styles/default/xenforo/avatars/avatar_female_m.png HTTP/1.1", host: "www.mysite.net", referrer: "http://www.mysite.net/thema/prinzesschen-ist-ein-uhu.21610/page-4"


If I go to "
Code:
http://www.mysite.net/thema/prinzesschen-ist-ein-uhu.21610/page-4
I saw the avatar. The path for that is "
Code:
http://www.mysite.net/styles/default/xenforo/avatars/avatar_female_m.png

Why xenforo give al false path to the default avatar for some visitors?
 
It's likely either a bot that doesn't understand the <base> tag or some error causing the page to load without it being understood. For the most part, you can ignore it.
 
Top Bottom