Jump to content

[Fixed] XACARS map on beta


G-NEWC

Recommended Posts

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

Link to comment
Share on other sites

  • Administrators

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..

Link to comment
Share on other sites

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

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...