Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Rev 785 - Flight num fix, auto-retire, registration email1 November 2009, 9:44 amRev 785 - nabeel (13 file(s) modified)Flight num fix, auto-retire, registration email~ /trunk/admin/templates/core_htmlhead.tpl~ /trunk/core/common/Auth.class.php~ /trunk/core/common/PilotData.class.php~ /trunk/core/logs/log.txt~ /trunk/core/modules/PIREPS/PIREPS.php~ /trunk/core/modules/Registration/Registration.php~ /trunk/core/templates/schedule_details.tpl~ /trunk/install/update.php~ /trunk/lib/js/jqModal.js~ /trunk/lib/js/jquery-admin.js~ /trunk/lib/js/jquery-front.js~ /trunk/lib/rss/latestpilots.rss~ /trunk/lib/skins/crystal/header.tplSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
  2. It means fsacars own database, check out http://forum.phpvms.net/index.php?topic=795.0 Or try deleting fsacar's files completely, and reinstaling from scratch
  3. Your query is wrong: $fuelflow="SELECT fuelflow FROM aircraft WHERE id $aircraft-schedule"; Should be $fuelflow="SELECT fuelflow FROM ".TABLE_PREFIX."aircraft WHERE id $aircraft-schedule"; Also, you didn't actually runt he query, it would be (fill in the aircraft_id) variable $sql ="SELECT `fuelflow` FROM ".TABLE_PREFIX."aircraft WHERE `id`= {$aircraft_id}"; $result = DB::get_row($sql); $fuelflow = $result->fuelflow;
  4. Added in next beta
  5. The quick fix is dropping IE6 support. I think that's OK to do, so fixed, unless I find a better alternative for the modal boxes (have to look around see if I have time to do that).
  6. Shifting. I'm not seeing the other error
  7. This problem is a bit more extensive, the problem is in a jQuery plugin. Seems like it's not ready for IE8. I have to investigate this further
  8. Hmm, I think I have it fixed now on the dev site. Forced IE out of quirks mode with <meta http-equiv="x-ua-compatible" content="IE=7 I'll leave it open still for now, let me know. The shifting seems to be a CSS thing
  9. I see the shifting on the route page, I'll fix that. But I don't see any javascript errors on either page?
  10. Interesting. I'll see what I can find as well, but it could be a problem on your hosts side
  11. Fixed for next, on PIREP file they'll be reactivated.
  12. Can you see if it's happening on the dev site? http://dev.phpvms.net I'm assuming you mean where the metar shows - there's a div with the class "metar", if you remove that div (or rename the class), then it won't try to load the weather. See if that works
  13. Interesting. Can you send it to your host? Does the registration happen?
  14. Hmm, looks like they changed their format.
  15. Everything should be back up and working. If not, wait a little while. The DNS may not have propagated yet (there's a ton of subdomains). Thanks
  16. Gotcha, thanks. Seems to be the JS event listener isn't picking up a repeat call. I'll try this on FF too.
  17. Yeah, woops. I am thinking, once they login, to pull them out of retired? Or should it be when a PIREP is filed?
  18. This topic has been moved to Support Forum. [iurl]http://forum.phpvms.net/index.php?topic=1399.0[/iurl]
  19. There's a few issues with IE8. If you're brave enough, you can check the beta and see if they are fixed
  20. Tom nailed it for ya. As for some of your other questions, check out the docs link up above, that will hopefully answer a few more of your questions in terms of installing.
  21. The registration should be available. You can edit your schedule_results template to show additional fields. I think it's $route, so you can do. You can also do that on the briefing template. print_r($route) somewhere in the template temporarily to see which fields are available. IIRC, $route->registration should be set for the aircraft registration. I can take a look, but if you end up making the changes, I can roll them into the official release.
  22. Can you duplicate this on the dev site? How about filling from a bid? Edit: I just tried on the dev site. No errors there. Is the schedule active?
×
×
  • Create New...