You dont need anything in the local.config.file for kACARS (i dont think so anyway) hasd kACARS ever worked for you before or have you just installed it?
You dont need anything in the local.config.file for kACARS (i dont think so anyway) hasd kACARS ever worked for you before or have you just installed it?
I got that error once, i think i fixed it cause i had a "/" at the end of my URL (http://flyaerova.com/'>http://flyaerova.com/ => http://flyaerova.com)
Your better off waiting for lorathon to reply though.
I am trying to get the event image to show on the main events page (www.mysite.com/index.php/events).
I have tried using
<?php echo $event->image; ?>
but it doesnt work?
Thanks,
James
Don't know if this will work but you can try this:
<img src="'.Countries::getCountryImage($pilot->location).'" alt="'.Countries::getCountryName($pilot->location).'" />