Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. XAcars isn't sending any data. Are you sure it's started the flight? It's only sending the flight plan request (which is a lookup), but no flight start/flight data
  2. Yeah, I'd just rename the file and pull the config file link from your profile_main.tpl file. Just when you update, be sure to delete that file again, but if no one has configs, then it doesn't matter
  3. You'd have to do a LIKE query $division = '-NOC001'; $params = array( "s.flightnum LIKE '%{$division}%'", ); $allflights = SchedulesData::findSchedules($params); Something like that
  4. In the l ocal.config.php put DEBUG_MODE to true, and in the /core/logs folder, make sure xacars.txt is writable. Then try turning on ACARS, see if anything comes in the log. If not, then XAcars isn't reporting to your server. If there is, pastebin the log file or send it to me and I can take a look
  5. On the PIREP page, not the airport. Are your flights all chartered flights/from ACARS?
  6. Try a different browser and see if it works there
  7. http://docs.phpvms.net/api/codon_core/StatsData.html#AircraftUsage http://github.com/ns....class.php#L325
  8. Are you running a cron?
  9. Yep, send it to your host
  10. Strange, if it happens again, run install/checkinstall.php to make sure no files are corrupted
  11. Pastebin your code. It's probably a CSS issue I'd imagine, try adding some clear:both, etc
  12. Is this on the beta?
  13. Look in the schedule_results.tpl file, there are comments in there explaining which code it is. you can just copy and paste those in. I doubt simpilot has the time, I've also been extremely busy the last few weeks
  14. That's in the default layout.tpl file
  15. Not sure what you mean, on the phpVMS side? You have to write an ACARS module and however you pass a detailed log to it you have to store that
  16. "Not working" is a bit vague
  17. Is your division based on airline code, or did you add a new field?
  18. What browser? Are cookies enabled?
  19. There's a function which does that already in statsdata
  20. You can probably just copy the filter from the default module
  21. Nabeel

    HELP!

    Putting a / in front of the image path goes to the domain root. That's probably not what you want. Use an absolute URL
  22. If you edit the PIREP, which values for prices are showing up?
  23. What's wrong with it?
  24. You're doing: foreach($allairlines as $allairlines) It should just $allairlines as $airline, then you use $airline in the loop
×
×
  • Create New...