Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. 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
  2. Yes, just enter it into the fields, since the Lookup won't work
  3. 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
  4. Nabeel

    Awards

    I will investigate
  5. 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
  6. 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
  7. 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
  8. Check your code, paste it in, you have an extra > , that's all
  9. 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?
  10. There are awards in this latest version you could use
  11. <?php $fieldvalue = ...; if($fieldvalue != '') // echo out the image
  12. Nabeel

    Mass email

    Hmm I'll check 'em
  13. 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
  14. Then you would do: <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM.ID'); DB::debug() ?> That field name must be exactly as you entered it
  15. Open your Firefox error console, and when saving, see if there are any errors
  16. 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
  17. Just checked the code, set the UNITS parameter to "nm"
  18. If you set the local.config setting to "nm" it will do it
  19. 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
  20. 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
  21. I can't duplicate this, only else having this problem? What do you have checked for the options? It's public?
×
×
  • Create New...