smokey68 Posted November 11, 2016 Report Share Posted November 11, 2016 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. Quote Link to comment Share on other sites More sharing options...
smokey68 Posted November 12, 2016 Author Report Share Posted November 12, 2016 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 ! Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted November 12, 2016 Moderators Report Share Posted November 12, 2016 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. Quote Link to comment Share on other sites More sharing options...
tdohrer Posted November 13, 2016 Report Share Posted November 13, 2016 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. Quote Link to comment Share on other sites More sharing options...
smokey68 Posted November 13, 2016 Author Report Share Posted November 13, 2016 Servetas, I have sent you login details within a message Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted November 13, 2016 Moderators Report Share Posted November 13, 2016 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.. Quote Link to comment Share on other sites More sharing options...
tdohrer Posted November 14, 2016 Report Share Posted November 14, 2016 (edited) Where would i put this? Layout php? Edited November 14, 2016 by tdohrer Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted November 14, 2016 Moderators Report Share Posted November 14, 2016 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. Quote Link to comment Share on other sites More sharing options...
tdohrer Posted November 14, 2016 Report Share Posted November 14, 2016 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? 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.