Running the latest beta, are flight operated using XACARS supposed to show up on the live map? I’ve had a pilot try, and there is no luck…it isn’t appearing on the VAcentral map either, so I don’t think it is site related.
James
Running the latest beta, are flight operated using XACARS supposed to show up on the live map? I’ve had a pilot try, and there is no luck…it isn’t appearing on the VAcentral map either, so I don’t think it is site related.
James
I’ll check it out, just installed FS and all that right now
I just saw I had some uncommited updates to the API server, give it a shot now
I’m without Flight Sim at the moment I’ll ask one of our pilots give it a shot in a few hours when they come online.
It was running xacars on the VA site that was the problem mainly - nothing showed up mid flight but the PIREP was filed perfectly.
Does XACARS record touchdown rates and other information, BTW?
James
I’m without Flight Sim at the moment I’ll ask one of our pilots give it a shot in a few hours when they come online.
It was running xacars on the VA site that was the problem mainly - nothing showed up mid flight but the PIREP was filed perfectly.
Does XACARS record touchdown rates and other information, BTW?
James
I will check. I’m wrestling with FSX now setting it up, so might be a few.
And nope, it doesn’t. If everyone sends the request to the xacars author, perhaps he’ll include it..
Edit - just tried this, FSACARS nor XACARS works on the map.
Can you enable DEBUG_MODE in local.config.php
Then make sure /core/logs/acars.txt and log.txt is writeable
Send those to me after a flight
log.txt
SELECT s.*, b.bidid, b.pilotid, b.routeid,
a.name as aircraft, a.registration
FROM phpvms_schedules s, phpvms_bids b,
phpvms_aircraft a
WHERE b.routeid = s.id
AND s.aircraft=a.id
AND b.bidid=
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7
SELECT * FROM phpvms_aircraft
WHERE `id`=B737-800
Unknown column 'B737' in 'where clause'
SELECT s.*, b.bidid, b.pilotid, b.routeid,
a.name as aircraft, a.registration
FROM phpvms_schedules s, phpvms_bids b,
phpvms_aircraft a
WHERE b.routeid = s.id
AND s.aircraft=a.id
AND b.bidid=
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7
DELETE FROM phpvms_comments
WHERE pirepid=2618
Table 'linkv_phpvms.phpvms_comments' doesn't exist
acars.txt (too long to post on this thread)
http://www.linkvirtual.info/acars
Thanks,
James
Still got no flights on the live map - has anyone else got this problem, or any more news on it?
James
Can you send me an ID to login with (or I’ll create one) and your FTP? I’ll try to take a look tonight
FSACARS nor XACARS are showing now - the map is blank, and the online flights table is blank.
Have sent an email to your nsslive address.
Many thanks
James
Update your route_map.tpl, or acarsmap.tpl. One (or both) of those is missing the map_zoom_level parameter
Perfect, thanks
That’s also a code error on my part, I’ll be fixing that
Fixed for next beta