I'm getting these errors from firefox console.

Error: D.easing[this.options.easing || (D.easing.swing ? "swing" : "linear")] is not a function
Source File: http://website.com/misc/jquery.js?2
Line: 13

Error: jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")] is not a function
Source File: http://website.com/sites/all/modules/jquery_update/replace/jquery.min.js?2
Line: 32

I've removed jquery_update.

Comments

dddave’s picture

Project: Drupal core » jQuery Update
Version: 6.19 » 6.x-1.1
Component: javascript » Code

This isn't a problem with Drupal core, is it?. Moving to jquery_update. I have no idea which version of the module is in use so feel free to adjust the settings.

caponey’s picture

getting the same error, I just posted an issue the other day.

i am getting this when using Jcarousellite and Views slideshow DDblock on the same page. If they are on separate pages, they work fine. Together, they clash.

dddave’s picture

Category: bug » support
Priority: Critical » Major
Status: Active » Fixed

Ok guys, this seems to be merely a conflict between different versions. While working on the docs for Node_Gallery we found that the following versions work fine together:

jquery 1.2 -> jquery UI 1.6
jquery 1.3 -> jquery UI 1.7
jquery 1.4 -> jquery UI 1.8

If your versions aren't listed here you might want to try out other combinations.

caponey’s picture

dddave,

could you look at this, please?: http://drupal.org/node/1219604

I have uninstalled JQuery Update, so it is not having the problem, but you could get an idea of what I am talking about.

on my localhost, I have JQuery Update 1.3.2 and JQuery UI 1.7.3 and the problem persists. Same with JQuery UI 1.6

What I don't understand, is that they only don't function properly when they are on the same page. If I have my DDBlock on say on only the front page, and put my Jcarousellite on only say http://mysite.com/scrollerpage, both will function properly. It's like they clash for some reason.

Everything shows up visually, but the ddblock won't scroll when the arrow button is clicked, and the JCarousellite won't bring up the title/body fields on the hover. So weird!

any ideas?

just a quick edit, but with the JQuery Update uninstalled, things are working fine, but my error console is going CRAZY. It seems to throw a grip of errors every time the DDBlock goes to another slide, only the error is reported in mysite/misc/jquery.js?2 on line 12

dddave’s picture

It seems to me that this is an ddblock problem which you should report there. I guess ddblock makes use of some unique jquery-magic which causes problems.

caponey’s picture

hmm, it probably is

however, if i go to the demo site of the theme i am using, there are no errors, and i have mine set up the same way. i have more modules installed on my site, so there must be a module that is conflicting with it. it HAS to be related to the JCarousellite module though, because when I take the JCarousellite block off the page, the errors completely disappear.

thanks for taking the time dddave. I really appreciate it.
i'll take an issue to VS DDBlock, I have a feeling I'll be sent back here haha.

dddave’s picture

The bottom line in most of those cases: The enduser has to try to determine which jquery et al versions are in use and try to sort out conflicts. In the case of ddblock there might be some issue with the module code itself.

caponey’s picture

dddave, i found the problem.

in the theme instructions, it says to locate the file tools.scrollable-1.0.5.min and change size:5 to size:3
it's after I do that, it all goes to crap. i am not sure why their demo site doesn't have the same errors, so maybe they missed something in their documentation. I posted a message in their forums, hopefully I can fix this problem.

thanks again!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.