Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Hmm, looks like some issues on the build side. Let me look into it
  2. That wouldn't really have an appreciable affect, but it might be good for just having it work that way
  3. 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)
  4. 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
  5. 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;
  6. Added in next beta
  7. 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).
  8. Shifting. I'm not seeing the other error
  9. 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
  10. 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
  11. I see the shifting on the route page, I'll fix that. But I don't see any javascript errors on either page?
  12. Interesting. I'll see what I can find as well, but it could be a problem on your hosts side
  13. Fixed for next, on PIREP file they'll be reactivated.
  14. 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
  15. Interesting. Can you send it to your host? Does the registration happen?
  16. Hmm, looks like they changed their format.
  17. 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
  18. Gotcha, thanks. Seems to be the JS event listener isn't picking up a repeat call. I'll try this on FF too.
  19. Yeah, woops. I am thinking, once they login, to pull them out of retired? Or should it be when a PIREP is filed?
  20. This topic has been moved to Support Forum. [iurl]http://forum.phpvms.net/index.php?topic=1399.0[/iurl]
  21. There's a few issues with IE8. If you're brave enough, you can check the beta and see if they are fixed
  22. 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.
×
×
  • Create New...