Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. You can add awards for this one. ANd you can do what Dan said, unless you want a list that's automatically updated?
  2. Hey there, When you run the installer, it generates it. It's not included by default. If it can't generate it, just create an empty file named "local.config.php" in your /core folder, and give it write permissions
  3. It does it as 11 minutes, not .11 fraction of the hour, so that may be the error. I can't remember. I'll check it though
  4. Google is your friend http://www.google.com/#hl=en&q=drop+down+menus&aq=f&oq=&aqi=g10&fp=leBsIIJAIN0
  5. Weird, could have been something going on your server where the sessions weren't being saved. Well it works now!
  6. No problem, on install I set it to the admin user you set
  7. Try downloading the release again, and just reupload the file core/templates/login_passwordreset.tpl
  8. Well, what stuff did you change? It doesn't suddenly stop working, did you revert all the files you changed? Perhaps you changed something in the navigation template which shows one menu if you're logged in and another if you're not?
  9. Nabeel

    PIREP Error

    Set the /lib/rss folder and the files into it to 777
  10. What did you put for this line: Config::Set('FUEL_DEFAULT_PRICE', 0.45); The latest beta fixes a few bugs with the pricing. But try the release first to get your ACARS problem solved
  11. Nabeel

    Awards

    For the awards images
  12. I have to code that; for now, no. Perhaps the next update. FSACARS doesn't supply heading information
  13. In the general options in the admin panel, there's a field for "webmaster email address"
  14. Don't use the latest beta for now, try the release version. There are still bugs in the beta.
  15. Whats the va lue line? To change a fuel price at an airport, edit the airport, and you can add t he fuel price for that airport there
  16. Hey, You'll have to check with your host about sending emails through PHP, seems like they've disabled it
  17. Rev 711 - Added missing permissions field from installer20 June 2009, 7:02 amRev 711 - nabeel (1 file(s) modified)Added missing permissions field from installer~ /trunk/install/install.sqlSource: phpVMSDownload from http://downloads.phpvms.net
  18. Nabeel

    Update

    Also sounds like you were trying the beta as a clean install. I recommend going to the last released version first, then if you want to use a beta, then updating to the beta copy
  19. Nabeel

    Update

    "INSERT command denied to user 'flymelit_keith'@'localhost' for table 'phpvms_settings' (1142)" That means that user doesn't have permission to do that to the database. You need to grant those permissions (however your host has you do that) Then run the install (I'd say do it from scratch at this point). What version are you running?
  20. Nabeel

    Awards

    What's your code?
  21. Try StatsData, I think it's case-sensitive. That's an odd error
  22. Nabeel

    Fuel

    Yeah, the default value in app.config.php is 5, but when you put the setting in local.config.php, it will take that value instead
  23. Rev 710 - Fixed aircraft stats hours count19 June 2009, 12:39 pmRev 710 - nabeel (5 file(s) modified)Fixed aircraft stats hours count~ /trunk/admin/modules/VACentral/VACentral.php~ /trunk/changelog.htm~ /trunk/core/classes/Util.class.php~ /trunk/core/common/FuelData.class.php~ /trunk/core/common/StatsData.class.phpSource: phpVMSDownload from http://downloads.phpvms.net
  24. Nabeel

    Fuel

    In the unit_test.php file, just add: echo FinanceData::GetFuelPrice(1000, 'LFPG'); I think you're using LFPG. See what that says. OH! I just realized why - it adds a 'surcharge' to the fuel price (for taxes, costs). This is the FUEL_SURCHARGE option (it's default is 5, which is 5%). You can set that to 0 if you'd like, but 5% is the default (some 'extra' realism)
  25. Rev 709 - Fuel price bug fixes19 June 2009, 8:43 amRev 709 - nabeel (2 file(s) modified)Fuel price bug fixes~ /trunk/core/common/CentralData.class.php~ /trunk/core/common/FuelData.class.phpSource: phpVMSDownload from http://downloads.phpvms.net
×
×
  • Create New...