Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Just add them through that dialog, just the lookup won't work. Enter the name/lat/long in manually right there. There's a bunch of sites you can check, there was another thread before with the information in it.
  2. Interesting, I'll have to look into that. Might be a host setting. Thanks. Glad it's workin for ya now
  3. In the core navigation? What exactly did you change? Make sure your SITE_URL is correct in /core/local.config.php
  4. Java enabled? Google maps you need the API key, which you enter into the admin directory. Can you put a phpinfo() file in your /admin directory? Admin you need to goto: yoursite.com/admin or admin/index.php, there is no admin.php file.
  5. Did you have to turn php5 on? That's an odd line to have the error on; it shows up when PHP5 isn't installed at all or correctly, or enabled. Did you enable it through htaccess? Maybe you have to also enable it for the admin directory
  6. Ok, wipe the DB and do the latest release. I see you on the beta install list, that's why I was asking. There's still some issues with the beta.
  7. Thanks. I edited my post, but are you using the beta, or the currently released version?
  8. Hey there, Can you re-upload, just to rule out any corruption problems from uploading. Your PHP info looks okay. Also, are you running the currently released version, or the beta?
  9. 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
  10. Welcome, and thanks for the kind words! We're all trying out best here; I ask everyone sign their names so we can at least know each other on a first-name basis, it helps alot IMO. Hope to see you around Markus!
  11. Alright I'll take a look into the code. That's odd it's not showing. Support for that is on my list for the next version
  12. 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.
  13. Did you try the plain ol' config file from the pilot center, without any mods (the original)
  14. Nabeel

    Question

    I'm not sure what you mean then, about that page. If you want those tabs to work, you have to include the css from the /lib/css/phpvms.css file
  15. Nabeel

    Question

    Those tabs? Include the lib/css/phpvms.css file, it should take care of it
  16. Nabeel

    Question

    I don't understand what you mean..
  17. 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
  18. I just increased the attachment limit, or just delete from everything except for today
  19. Could be. Turn on ACARS_DEBUG to true, and post the log, lets see if any data is being sent.
  20. Refer him to: http://phpvms.net/docs/using_fsacars
  21. Doesn't seem like there's any data being entered in FSACARS: PIREP FILE Array ( [pilot] => AEAAEA0002 [date] => [time] => [callsign] => [reg] => [origin] => [dest] => [alt] => [equipment] => [fuel] => [duration] => [distance] => [version] => 4015 [more] => 0 [log] => [module] => ACARS => fsacars [redir] => pirep [id] => pirep [icao] => [pilotid] => pirep [action] => pirep [request] => fsacars ) Fuel, duration, etc, all those are blank. Reinstall FSACARS. Use the default config given in the pilot center. Maybe you customized some of the options? And it's not reporting all those values. But there is no arrival airport, or departure entered. And not even a pilot ID.
  22. No, pilot number is supposed to be GLD0001.CompanyICAO should be blank. Max: is the update working out for you?
  23. Nabeel

    Question

    By default, if you goto index.php/schedules it will show all of the schedules
  24. /core/modules/acars/log.txt
×
×
  • Create New...