Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. I will add an option for a supplemental update for this weekend, to chose whether to include transfer hours or not in the ranks decision. Yup, the templates are separated out when you modify them for updates - sometimes templates are modified in a release, it makes it easier. I list which templates have been changed in the changelog, so you can transfer those changes to your modified templates. Cheers,
  2. Free hosts could be the problem. They skimp on everything, and have caused a range of problems. For cheap, try site5, I think a few members are also offering hosting for free, if you post asking someone in the General forum, I'm sure someone will get back to you
  3. Yes, just enter it into the fields, since the Lookup won't work
  4. Can you try a fresh install of fsacars (delete the folder), and a fresh download of the config file from your site? There haven't been any changes to fsacars code
  5. Nabeel

    Awards

    I will investigate
  6. Woops, will fix this. I will probably have a small patch by the end of the week to fix these small issues which have come up
  7. Nabeel

    Awards

    I am not able to duplicate this. If I assign an award to a pilot, it went only to that pilot. What do you mean by linked pictures not working? You have to modify that in the template, I included an example on how in the template
  8. This is how it is, however if there's enough demand, I can add an option. When you join an airline, you don't start as a captain, even if you were previously a captain. That was the rationale behind the decision
  9. Check your code, paste it in, you have an extra > , that's all
  10. It's used for importing your schedules, just a template for the csv file you make. Perhaps it is your host, who is your host?
  11. There are awards in this latest version you could use
  12. <?php $fieldvalue = ...; if($fieldvalue != '') // echo out the image
  13. Nabeel

    Mass email

    Hmm I'll check 'em
  14. No none should be revoked. try reuploading those files. Also, can you create an info.php with this in it: <?php phpinfo(); And send me the URL
  15. Then you would do: <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM.ID'); DB::debug() ?> That field name must be exactly as you entered it
  16. Open your Firefox error console, and when saving, see if there are any errors
  17. Do you know if MySQL is in safe mode? That issue was run into before. Instead of Filezilla, try a different FTP client. I use WinSCP, that works rather well for me Also, there was an update yesterday, try that full version to see, as those binaries were rebuilt
  18. Just checked the code, set the UNITS parameter to "nm"
  19. If you set the local.config setting to "nm" it will do it
  20. Usually on most servers, it is localhost, since the database server resides on the same server as the hosting itself, so it connects to itself to reach the database. So use localhost, unless your host directs you to use a different address for database. For that error, try reuploading the files. Seems as though maybe it didn't upload properly, or may have partially corrupted a file
  21. Nabeel

    airports

    This too. They're used for past flights for sure, and on the live map, that's how it knows what coordinates to look up. I would just leave them in
  22. I can't duplicate this, only else having this problem? What do you have checked for the options? It's public?
×
×
  • Create New...