Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Hey, Well, first, fspassengers is coming in the next update (not sure if you read the front page). So you don't need to create scripts, etc for that. That'll be built in, using the existing scripts/platform. That code you pasted is just verifying the form field input, from the first page of the install. Just makes sure that everything is entered. That error usually comes when PHP5 isn't enabled properly. Perhaps you also accidentally deleted the htaccess file? Try re-uploading as well, sometimes files get corrupted when using FTP on upload. Also, are you using the beta, or the release version? Make sure it's the release. Beta still has some problems.
  2. No problem. It takes some time for that to propagate. If you domain changes, you can change the address in core/local.config.php, in the SITE_URL setting
  3. I guess 2008 wasn't the best year Untitled.jpg
  4. 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.
  5. Interesting, I'll have to look into that. Might be a host setting. Thanks. Glad it's workin for ya now
  6. In the core navigation? What exactly did you change? Make sure your SITE_URL is correct in /core/local.config.php
  7. 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.
  8. Hmm perhaps. Same version?
  9. 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
  10. 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.
  11. Thanks. I edited my post, but are you using the beta, or the currently released version?
  12. 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?
  13. 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
  14. 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!
  15. 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
  16. 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.
  17. Did you try the plain ol' config file from the pilot center, without any mods (the original)
  18. 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
  19. Nabeel

    Question

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

    Question

    I don't understand what you mean..
  21. 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
  22. I just increased the attachment limit, or just delete from everything except for today
  23. Could be. Turn on ACARS_DEBUG to true, and post the log, lets see if any data is being sent.
  24. Refer him to: http://phpvms.net/docs/using_fsacars
  25. 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.
×
×
  • Create New...