Jump to content

Revision 868: fixed graphs/route map, fixed airways table (drop airways table first)


Nabeel

Recommended Posts

  • Administrators

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.

Link to comment
Share on other sites

  • Administrators

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!

Link to comment
Share on other sites

  • Administrators

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

Link to comment
Share on other sites

×
×
  • Create New...