Can you please recalculate your pilot ranks or update the rank of the pilots you have problems with? It seems that the New Hire rank does not exist on your database.
Or you the owner of the virtual airline? If not, i would suggest you to get in touch with the va staff. Otherwise, please let us know the links you use in order to download the acars system and your va's website url.
Open your admin/templates/pireps_list.tpl and find:
foreach($pireps as $pirep)
{
after that, place this:
if($pirep->pilotid == Auth::$userinfo->pilotid) {
continue;
}
Please bare in mind that you will not able to see your own pireps too.
George
What settings did you use? Did you try to get in touch with your web hosting provider? They should be able to let you know the details to use for the part of code i given to you and which can be found on your local.config.php .