mcrane Posted January 24, 2011 Report Share Posted January 24, 2011 Each time my pilots attempt to bid on a flight they report getting a "No Route Passed" error. I have a feeling it has to do with the script for the skin. However, I did not create the skin or the website. Would someone be able to take a look or provide a solution? Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted January 24, 2011 Report Share Posted January 24, 2011 We need a bit more detail then that alone. Is it a virgin phpVMS ( no addons ), what template are you using? Is it the default phpVMS template or one you downloaded and used? This topic has been flying around here a lot lately and it all stems down to 1 users skins that he posted. It is pretty much a java error in the header of your layout tpl file. Oh and the search feature on this site is fantastic! Give it a try once. I promise you will love it. Have a great night! Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 24, 2011 Report Share Posted January 24, 2011 We need a bit more detail then that alone. Is it a virgin phpVMS ( no addons ), what template are you using? Is it the default phpVMS template or one you downloaded and used? This topic has been flying around here a lot lately and it all stems down to 1 users skins that he posted. It is pretty much a java error in the header of your layout tpl file. Oh and the search feature on this site is fantastic! Give it a try once. I promise you will love it. Have a great night! I had this happen to me before. It has to with an error in your skin. Quote Link to comment Share on other sites More sharing options...
mcrane Posted January 24, 2011 Author Report Share Posted January 24, 2011 We need a bit more detail then that alone. Is it a virgin phpVMS ( no addons ), what template are you using? Is it the default phpVMS template or one you downloaded and used? This topic has been flying around here a lot lately and it all stems down to 1 users skins that he posted. It is pretty much a java error in the header of your layout tpl file. Oh and the search feature on this site is fantastic! Give it a try once. I promise you will love it. Have a great night! It is our own skin. I have checked out numerous fixes having to do with the header.tpl file, with no luck. The person who coded and integrated the phpvms is an airline pilot, and is away at training. I feel that it is a quick fix. I just need to find someone who understands this code to take a look at it and give me a hand. This is the VA's only bug and it has been erking me for a while. URL: flyvva.org Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted January 24, 2011 Report Share Posted January 24, 2011 I would take a look at the skinning dosc and verify that the code is in the proper spots before or after the javascript in the header of the layout tpl file. I get that error as well on one of my test sites. I have messed with it until I was blue in the face and gave up. I get that error, but it does pass the route to the bids. I would say start in the header section and see if anything comes good out of it. That is my best and only guess. Quote Link to comment Share on other sites More sharing options...
mcrane Posted January 26, 2011 Author Report Share Posted January 26, 2011 I would take a look at the skinning dosc and verify that the code is in the proper spots before or after the javascript in the header of the layout tpl file. I get that error as well on one of my test sites. I have messed with it until I was blue in the face and gave up. I get that error, but it does pass the route to the bids. I would say start in the header section and see if anything comes good out of it. That is my best and only guess. Thanks for the reply. Unfortunately, I do not know how to read the code. I am the Chief Executive Officer (if you had to put a title on it) of my team. I do not know how to read the code or what it is I am looking for. I need someone who could decipher it. Quote Link to comment Share on other sites More sharing options...
mcrane Posted January 26, 2011 Author Report Share Posted January 26, 2011 I have attached a print screen of my header.tpl where I think my problem lies for the "No routes passed" error. Any ideas? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted January 26, 2011 Administrators Report Share Posted January 26, 2011 It is probably the use of mootools in the template, I have had it conflict with jquery before which the route passed error is being generated from. Most, if not all of the functions that mootools is capable of, jquery does as well so there is no real need for both, but you will have to change any code in the templates that is using mootools as a base and convert it to use with jquery. Quote Link to comment Share on other sites More sharing options...
flynryan692 Posted June 15, 2011 Report Share Posted June 15, 2011 I apologize for bumping an old topic - but I have this problem. However, I'm not using mootools, everything I put on my site is using jquery.. I also have an image slider, fancybox, and some jquery for my fly-out login box in my site. Could this be the problem and how would I fix it? Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted June 15, 2011 Report Share Posted June 15, 2011 This seems to always be a script error. You are going to need to check for these errors. Quote Link to comment Share on other sites More sharing options...
flynryan692 Posted June 17, 2011 Report Share Posted June 17, 2011 I got it, it was because I changed the link class from class="addbid" to my own. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.