Jump to content

Suddenly no more meters in flight briefing


AlexCohrs

Recommended Posts

Hi guys,

recently I noticed that in my flight briefings the airport metars are not shown anymore (for no airports, I tried a lot). It previously worked, even for our African destinations, and I did not change anything. In my opinion the relevant part of the template also looks okay:

<tr style="background-color: #333; color: #FFF;">
<td>Departure METAR</td>
<td>Arrival METAR</td>
</tr>
<tr>
<td width="50%" ><div id="<?php echo $schedule->depicao; ?>" class="metar">Getting Airport METAR</div> <br />
<a href="[url="http://flightaware.com/resources/airport/<?php"]http://flightaware.c...s/airport/<?php[/url] echo $schedule->depicao?>/weather" target="_blank">
View Weather Details</a>
</td>
<td width="50%" ><div id="<?php echo $schedule->arricao; ?>" class="metar">Getting Airport METAR</div><br />
<a href="[url="http://flightaware.com/resources/airport/<?php"]http://flightaware.c...s/airport/<?php[/url] echo $schedule->arricao?>/weather" target="_blank">
View Weather Details</a></td>
</tr>

Any idea where to look next?

Alex

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...