Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Website, on the log.txt, make sure its writable
  2. This topic has been moved to Testers and Bugs. [iurl]http://www.phpvms.net/forum/index.php?topic=248.0[/iurl]
  3. I need the log.txt file with the ACARS_DEBUG set to 'true'. For the registration, enter only "N8361A", as you can see in your log: Aircraft Type:B738 (N83 It's getting cut off (it has limits to field lengths)
  4. It's being implemented in the next update. It was left there from some of the first revisions.
  5. Yes, you're supposed to put the full flight number. I don't support letters in the flight number (maybe in the future)
  6. Nice idea. What you can do is: $lastreport = PIREPData::GetLastReports($pilotid, 1); $lastreport->arricao; // This is the airport they arrived at $pilotid is their pilot number, without the code (so 001, etc) If you're doing it in the profile_main.tpl, you can do: echo 'Your arrival apt was '.$report->arricao; Since I pull the last report to show the latest PIREP. Any other template/page you can do the above code (before this one)
  7. They are different PIREPs. The number at the end of the URL is the PIREP #.
  8. Huh, well if you can post the log, I can see what's goin on
  9. In core/local.config.php, set the ACARS_DEBUG to true, if it's not there, then set it in /app.config.php. Then, do a flight, and paste here the log that's in /core/modules/acars/log.txt
  10. For installin Joomla you'll have to goto them. I don't really know anythin' about it. phpVMS just install it, and skin it tolook like your Joomla site. There's no "bridge" or whatever to use them both together
  11. For new flights? You'll be able to fix it in the update. Stupid FSACARS
  12. In your local.config.php, there's a setting ACARS_DEBUG, set it to true, Then post the log file from core/modules/acars/log.txt
  13. Nabeel

    Ideas

    I would recommend against using iframes... For forums, they have their own skinning usually, similar to the way phpVMS is done. Might be worth looking into (usually its just adding your divs in). I haven't designed it for wrapping etc, so you might run into probs..
  14. When it stops working like that suddenly, either reinstall FSACARS or delete the fsacars.ini. It's a finicky program.
  15. After you click "stop log" then accept flight, does it get sent then?
  16. He commented out one line in the code, in core/modules/acars/fsacars.php, did you do that?
  17. I've fixed this in the update, it's a issue with your host not allowing remote_url_fopen
  18. Yup, Roger wrote a quick bit about that in the FAQ http://www.phpvms.net/forum/index.php/topic,135.0.html
  19. Yes, the registrations have to be unique, along a common scheme: http://en.wikipedia.org/wiki/Aircraft_registration Interesting it let you add multiple with the same reg. /Goes bug hunting
  20. Not the name, the aircraft *registration*. It won't recognize the name, especially if there are multiple with same name but different registrations.
  21. Yes they have to fill in the registration. I've changed it in the next version so it will warn you if there's no aircraft filled in (it will show up) I'm not sure if that's your issue though. Are you sure the reports are reaching the site? Do a quick 5 min flight with everything filled in to see if it works. If aircraft is your issue, a temp fix for now: core/common/pirepdata.class.php, line 60ish: INNER JOIN '.TABLE_PREFIX.'aircraft a ON a.id = p.aircraft Change that INNER to LEFT so it reads: LEFT JOIN '.TABLE_PREFIX.'aircraft a ON a.id = p.aircraft
  22. Yup, copy it to your skin folder so it doesn't get overwritten!
  23. According to site referrals, it seems as though there about 60+ VAs now using phpVMS in one form or another. I would like to build a list, but make it voluntary to add your VA to the mix. This list will be automatically aggregated on another page. Put your entry as: No other comments please, just the name and address
×
×
  • Create New...