This error is constantly showing up in our logs. Hopefully someone has an answer.
[Wed Jul 06 08:00:32 2016] [error] [client 128.119.91.85]File does not exist: /…/lib/images/countries/.png, referer: http://prs…/index.php
[Wed Jul 06 08:01:50 2016] [error] [client 72.19.102.39] File does not exist: /…/lib/images/countries/.png, referer: http://prs…com/
What file should it be looking for. It is looking for /.png that is incorrect code. should be looking for a[example name.png]
It means that the file isn’t on your server.
somewhere you are looking for a non existed picture most propably from a empty sql query
Is this from pilots who do not have a country selected.?
I would check the field for location in the pilot profile, I think you will find it empty although that seems strange as the way the registration is set up it would end up having the first option in the list (Afghanistan) in that field if the pilot did not change anything.
This issue is when a pilot list is imported directly into the database, there is no default country. To correct the issue we did a sql update of the pilot file and set all blank “location” to US. That corrected the problem.