Administrators Nabeel Posted January 28, 2010 Author Administrators Report Share Posted January 28, 2010 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 More sharing options...
pouzo Posted January 28, 2010 Report Share Posted January 28, 2010 What about http://www.flymapleair.com/mapleairtest and it doesnt work , i dont get it Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 28, 2010 Author Administrators Report Share Posted January 28, 2010 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 More sharing options...
pouzo Posted January 28, 2010 Report Share Posted January 28, 2010 no the Mapleairtest is a new database , started from scratch. I will go ahead and change the html_header but remmeber long time ago you told me it was my header causing and then you found the error in the coding . Please help. Thank you This is my acarsdata.sql http://www.flymapleair.com/phpvms/phpvms_acarsdata.sql Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 28, 2010 Author Administrators Report Share Posted January 28, 2010 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 More sharing options...
Administrators Nabeel Posted January 28, 2010 Author Administrators Report Share Posted January 28, 2010 Alright, found a problem and it's fixed. Thanks Link to comment Share on other sites More sharing options...
pouzo Posted January 28, 2010 Report Share Posted January 28, 2010 thank you so so so so much Nabeel your just awsome. Link to comment Share on other sites More sharing options...
Recommended Posts