Jump to content

No Route Passed


smokey68

Recommended Posts

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.

Link to comment
Share on other sites

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 !

Link to comment
Share on other sites

  • Moderators

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..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...