Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Instead of getAirlineByID() try getAllAirlines(). What is it outputting right now? And: $noAirline = PilotData::findPilots(array('p.Airline'=>'')); You want p.code => 'airline code', since that's how their airline is store
  2. Use the flighttime_stamp column, that's a proper timestamp column. That flighttime column is left over from before.
  3. Are there any javascript errors on the map? I would enabled debug_mode and check the logs and see what shows up
  4. Did you change all the templates notes in the changelog?
  5. This topic has been moved to Code Snippets. [iurl]http://forum.phpvms.net/index.php?topic=2083.0[/iurl]
  6. Thanks Marcelo, I've put that fix in the main copy
  7. Which counter are you trying to use? There are many different ones, you have to follow their instructions.
  8. Nabeel

    Scheudle

    As of now, you can't. But pilots can use any aircraft they wish to use, there's no restriction
  9. Using GA or your own hit counter, if you add it to the footer.tpl file in your skin, it should work properly and not interfere with those other pages
  10. Either that, or something in your CSS is interfering - blanket rules like on an img {} or something will screw it up
  11. It shouldn't interfere - where are you adding it? If you place it in your footer.tpl file in your skin, it won't interfere with those pages
  12. Check it now, I didn't have EDDT added:
  13. Nabeel

    Scheudle

    I'm not sure what you mean, you want to assign more than one aircraft to a route?
  14. Those sneaky guys. I'll check out the other maps you posted
  15. Seems like I left in debug text, I'm removing that now. I don't see the text on the schedules though?
  16. http://dev.phpvms.net/unittest/distancecheck.php This is using the new algorithm, better?
  17. Your browser could be caching the image
  18. Revision 869: route fixes, acars fixes, drop airways/navdb table before updating28 January 2010, 8:23 amroute fixes, acars fixes, drop airways/navdb table before updatingSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  19. Can you do an export of your airports table and post it here? I've written a new calculation for finding the distance, want to see how accurate that one is
  20. Yeah, I know, but you have to understand, there's a process about fixing these things, and it's first making sure no other errors are causing it. It's a beta and there's bound to be some errors, but I have to start from the beginning to be able to know where to look
  21. The page isn't loading, but I'm assuming it's a stock install to the same db. In core_htmlhead.tpl, there's this line: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script> Change it to jquery.js (remove the .min) So: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.js"></script> That way I can debug it tomorrow morning, if you can just leave that up for now. Thanks. I suspect its because a nav-point is invalid, so it's erroring due to that, but I don't see any errors. If you can also export your acarsdata table with all the data so I can take a look at that too. Thanks!
  22. Your header is back to the way it was, and your tags aren't closed (same problems I prescribed as above). I can't debug it with those semantic errors - at that point, any of those things can be causing errors since it can't parse correctly. So fix those first.
  23. Yeah, it's a bit of a strange error, and I'm not sure where to start, but I think at first starting with clean syntax is a logical place to begin
×
×
  • Create New...