Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. You have to post the error There are issues with the beta (that's why it's beta. You upgraded to the newer version - from what to what? We need some more information
  2. Follow the instructions in the Docs for skinning
  3. There are functions available in the StatsData class. I believe those specific functions are there (TotalPAXCarried, etc). Search around
  4. Did you include the core_htmlhead.tpl file in your template?
  5. Mark your post subject as [sOLVED] as the prefix when you've gotten a solution
  6. Double check your database username and password, it's complaining those aren't correct
  7. Did you try reinstalling xacars? Sounds like an error with the software
  8. You can also add on this line: http://github.com/nshahzad/phpVMS/blob/master/admin/modules/MassMailer/MassMailer.php#L91 if($pilot->active == '0') { continue; } That will skip adding inactive pilots, no matter the group. Add it before that echo
  9. Just edit the template and use HTML
  10. Nabeel

    Pilot hours

    Use the transfer hours field
  11. That's the path from site root, so it won't show it properly You have to modify the FSFK images template to put the proper base URL in
  12. You have to use Firefox and look at the error console. It's caused by a Javascript error and shouldn't be too painful to fix, usually it's a missing include. If you search, it's come up before plenty of times
  13. Both airports have to be in the database, it should be somewhat correct. Is it way off? It will always say 'enroute' since FSFK doesn't send any flight status
  14. Nabeel

    No new pages

    Check the permissions on the core/pages folder, make sure it and the files in it are writable (permissions set to 777 or 775)
  15. There's a bug for that... it'll be fixed next release
  16. Closed for copyright infringement
  17. You can try a reset PIREP finances in that same panel but beware, that could screw up your other finances
  18. Well, it's not always localhost, but be sure that the DB use you're using is allowed to connect from hosts other than just localhost
  19. Nabeel

    missing stats

    I think it's timing out from your host
  20. XAcars doesn't give a status message (that's why there's the "generic enroute", same for distance/time remain. I try to guess it but it seems like it isn't there. Do you have the start/dest airports entered into the admin panel properly?
  21. I'm not seeing any errors on: http://www.mixaviation.tk/index.php/acars Do you have any flights right now?
  22. You'd have to translate all of the templates
  23. I believe it's news_item.tpl
  24. Hi, Can you run and paste the output of /install/checkinstall.php? It's probably files corrupted on upload
×
×
  • Create New...