Jump to content

Google Map not showing flights


davehardy

Recommended Posts


log is 151kb wont attach, this is the code from a successful flight from yesterday

Array

lat=54.086018&long=-4.621848&GS=0&Alt=59&IATA=T&pnumber=EZE0021&depaptICAO=EGNS&depapt=ISLE%20OF%20MAN&disdepapt=0&timedepapt=00:01&destaptICAO=EGNT&destapt=NEWCASTLE&disdestapt=116&timedestapt=13:34&Ph=2&Regist=SB20

STATUS UPDATE
Array
(
    [lat] => 54.086018
    [long] => -4.621848
    [GS] => 0
    [Alt] => 59
    [iATA] => T
    [pnumber] => EZE0021
    [depaptICAO] => EGNS
    [depapt] => ISLE OF MAN
    [disdepapt] => 0
    [timedepapt] => 00:01
    [destaptICAO] => EGNT
    [destapt] => NEWCASTLE
    [disdestapt] => 116
    [timedestapt] => 13:34
    [Ph] => 2
    [Regist] => SB20
    [module] => ACARS
    

 => fsacars
    [redir] => status
    [id] => status
    [icao] => 
    [pilotid] => status
    [action] => status
    [request] => fsacars
)

Link to comment
Share on other sites

  • Administrators

Did it show up?

I think it's the letters in the flight number which are throwing it off.

Change the flightnumber column in phpmyadmin to varchar(10) and see if that fixes it.

Actually, before you do that, try a flight that doesn't have a letter, that's just a number

Link to comment
Share on other sites

This is driving me nuts now..............this is how i do it from all the "fixes" and posts ive read on these forums.

Ive done fresh FSACARS install, downloaded a clean .ini from the pilot center and removed EZE from Company ICAO=

This allows the me to sucessfully file logs to our site, the only thing not working is the live map.

This is all flights including other members who are running clean installs like described above, ive now tested a flight EZE63N with the N removed and still no live map.

There are also 2 settings in FSACARS:

  • Plane Positions and Status
  • ACARS Online

Do i need to tick these?

Link to comment
Share on other sites

  • Administrators

Check Plane Positions, uncheck ACARS online.

Live map, hmm. Check the phpvms_acarsdata table, and see if it's showing up in there.

If not, then I'll run through the code again and see if I missed anything.

Though I did change some things for the next update in there.

Also, make sure you've got that update for FSACARS.

Link to comment
Share on other sites

  • Administrators

OK i have 3 aircraft.

SB20 with the REG SB20

JS41 with the REG JS41

ANY with the REG ANY

If i flew a flight assigned to JS41 with a SB20 and set SB20 in fsacars would that stop it from showing on the map?

Nah, that won't matter. It just looks for a valid aircraft that's in the system. Doesn't have to be the same one on the schedule

Link to comment
Share on other sites

  • Administrators

If you're using Firefox, check out the error console. I'm testing it now, albeit on the latest build, the pilot id, etc was giving issues. Now the doubling won't matter. But if you open the error console, clear it, then goto the ACARS map page, if there's anything, it'll show up.

But I was getting some Javascript errors with it not liking the remote URL, but I'm reading now that's due to the fact that it's on "localhost"

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