Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. I'm going to move this to Code Snippets
  2. That error is because you're using a database username/password which isn't valid. You have to get a valid database login and change it in the core/local.config.php file. Contact your host for help with a mysql user, you can add one/change it in cPanel if that's what you're using
  3. Are the permissions correct to your /lib/signatures folder?
  4. GIF files won't work, it's a PHP problem Ok. Details? Looking into it
  5. 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
  6. Follow the instructions in the Docs for skinning
  7. There are functions available in the StatsData class. I believe those specific functions are there (TotalPAXCarried, etc). Search around
  8. Did you include the core_htmlhead.tpl file in your template?
  9. Mark your post subject as [sOLVED] as the prefix when you've gotten a solution
  10. Double check your database username and password, it's complaining those aren't correct
  11. Did you try reinstalling xacars? Sounds like an error with the software
  12. 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
  13. Just edit the template and use HTML
  14. I just registered using FF 3
  15. Nabeel

    Pilot hours

    Use the transfer hours field
  16. 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
  17. 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
  18. 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
  19. 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)
  20. There's a bug for that... it'll be fixed next release
  21. Closed for copyright infringement
  22. You can try a reset PIREP finances in that same panel but beware, that could screw up your other finances
  23. 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
  24. Nabeel

    missing stats

    I think it's timing out from your host
  25. 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?
×
×
  • Create New...