captshannon Posted December 24, 2014 Report Share Posted December 24, 2014 Hello, I am trying to use the Foundation 5 framework with phpVMS, but I keep getting some Javascript errors. I am currently using the frameowrk, but I took the javascript files out of the <head> tags so the website will function correctly. I am just curious if anyone else has had any compatability issues, and if you did, how did you fix it? I do not currently have the error codes from the console, but I can get them if needed. Thanks! Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted December 26, 2014 Members Report Share Posted December 26, 2014 We could use the errors or even a link to your website Quote Link to comment Share on other sites More sharing options...
captshannon Posted December 27, 2014 Author Report Share Posted December 27, 2014 Vangelis, First, I am currently not using the framework due to the errors, but the link is http://flyunitedregional.com/ Second, It was mainly the "No Route Passed" error. I believe it is due to the Foundation jquery file and the phpVMS jquery file conflicting in some way, but if I remove either one, the other does not work. Thanks! Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted December 28, 2014 Members Report Share Posted December 28, 2014 As i saw your source file i would try to remove the <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> Line as you have linked two diferenct jwuery versions <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script> and this might create a conflict Quote Link to comment Share on other sites More sharing options...
captshannon Posted December 30, 2014 Author Report Share Posted December 30, 2014 Vangelis, Here is one thing that happens if I remove either of the files, as opposed to the tabs on top and a single search box. (Schedule View): Here are the errors I recieve if I remove jquery-ui.min.js Here are the errors I recieve if I remove jquery.min.js: I will try remaking the skin, and see what happens, unless you have any other ideas on what could be causing it? I understand the JQuery Syntax, but not much for the actual code, and errors that come with it. So I cant debug this myself. Thanks for all the help so far! 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.