Jump to content

Foundation 5 with phpVMS


captshannon

Recommended Posts

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!

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

  • Members

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

Link to comment
Share on other sites

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):

error_1.PNG

Here are the errors I recieve if I remove jquery-ui.min.js

error_2.PNG

Here are the errors I recieve if I remove jquery.min.js:

error_3.PNG

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!

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