No Route Passed

I know its not such a good idea to remove the javascript bidding process to fix no route passed but i just cannot get around it whatsoever can someone please direct me to the post showing me how i can do this i know i have seen this post somewhere but i just cant seem to find it at this moment.

Help with these three scripts that are needed within a template .

<script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Unique_Flight/assets/js/jquery.min.js" type="text/javascript"></script>
	 <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Unique_Flight/assets/js/bootstrap.min.js" type="text/javascript"></script>
	 <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Unique_Flight/assets/js/scripts.js"></script>

Placed them in 10,000 different ways in different files including layout & header. Any suggestions besides removing them period bc then bootstrap menu will not work !

I have merged the two topics you have opened. Could you please share with me your login details? Without error loggin there are not a lot we can do. Just for an ordinary user to check the bidding process.

I am now having the route not passed issue, i recently updated to phpvms ver 5.5x. and here are my error codes i got from firebug. I am a little confused on where to go from here.

post-19504-0-51347700-1479010731.png

Servetas,

I have sent you login details within a message

Checking your website using firebug shows there is an error in your phpvms.js file. As far as I can see, in your template you have included jquery 1.4.2 and jqueryui 1.8.0 while phpvms.js requires the following:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>

I would suggest you to try including them..

Where would i put this? Layout php?

You can check how the default phpVMS skin works. It is calling it inside the <head> tags and after them you can include any extra javascript files you want.

I included them in and still getting no route passed. fire bug says the same errors though. I put them in the head tags on the layout php. Any other ideas?