Acars Map

Before the update i had a pilot flying and it was showing that he was climbing and he was at FL300 and then i did the update the newest beta update and now he landed and its still showing he is at FL300 and also any other pilot trying to fly now it doesnt show on the website. Is there anything that i should do to get the tracking to work or what. Please help

Clear the acarsmap table.

Hey is that the Database table , and just remove the acars table or what exaclty. I dont see any table with acarsmap in it .

Sorry, the acarsdata table, just empty it

phpmvs_acarsdata is the sql

i just tried myself since yesterday i passed from 700 to 813 and still pilots are not visible nor on the map nor on the list, but if i go under /flights i see them on that page.

Hey what do you mean /flights . I am going to try it now and see if hte problem is fixed.

After empty the sql , it is still not showing up

Hey what do you mean /flights . I am going to try it now and see if hte problem is fixed.

yourwebpage/flights.php

i do not have that page in my website. i do not see it

Did you make the changes to the template from 700 to the beta?

i didnt do any changes in the Core/template . Its all the same i have all my files in the Skin folder.

this is how it is in the 813 core/crystal template :

<script type="text/javascript">
map_zoom_level = <?php echo Config::Get('MAP_ZOOM_LEVEL'); ?>;
map_center_lat = "<?php echo Config::Get('MAP_CENTER_LAT'); ?>";
map_center_lng = "<?php echo Config::Get('MAP_CENTER_LNG'); ?>";
map_type = <?php echo Config::Get('MAP_TYPE'); ?>;
</script>
<div class="mapcenter" align="center">
<div id="acarsmap" style="width:<?php echo  Config::Get('MAP_WIDTH');?>; height: <?php echo Config::Get('MAP_HEIGHT')?>"></div>
<p style="width:<?php echo  Config::Get('MAP_WIDTH');?>;font-size: 10px; text-align: center;">The map and table automatically update. <span style="color:red;">Red</span> indicates pilot is on the ground. <span style="color:green;">Green</span> indicates in air. Click pilot name to view.</p>
</div>
<table border = "0" width="100%">
<thead>
<tr>
	<td><b>Pilot</b></td><td><b>Flight Number</b></td><td><b>Departure</b></td><td><b>Arrival</b></td><td><b>Status</b></td><td><b>Altitude</b></td><td><b>Speed</b></td><td><b>Distance/Time Remain</b></td>
</tr>
</thead>
<tbody id="pilotlist" ></tbody>
</table>
<script type="text/javascript" src="<?php echo fileurl('/lib/js/acarsmap.js');?>"></script>

what should i do with that code . Please be more specific. Thank you

what should i do with that code . Please be more specific. Thank you

This is the new template, but personally even if i put it in my vvair skin folder it doesn’t work, so i’ve got your same problem.

Oh ok , the problem is from PHPVMS or JS folder or anything

You’ll have to link me to your pages.

You have to update your template that has changes with the default template to include the changes from there

this is my website www.flymapleair.com and you have my FTP info in your mailbox . The thing is that i put the stock files but still the problem

Can you turn DEBUG_MODE and ACARS_DEBUG both to true in the local.config, do a flight, and then send me the log?

I did turn i t on , do you want to do a Fsacars flight and send you the log.txt from the logs folder

Yup, and the acars.txt, thanks