I'm running 1.8.10 of jQuery and am getting a rash of errors when attempting imports. All the errors point to Node Import making a call:

sites/all/modules/jquery_ui/jquery.ui/ui/ui.draggable.js
warning page not found 03/13/2011 - 19:54 sites/all/modules/jquery_ui/jquery.ui/ui/ui.sortable.js
warning page not found 03/13/2011 - 19:54 sites/all/modules/jquery_ui/jquery.ui/ui/ui.droppable.js
warning page not found 03/13/2011 - 19:54 sites/all/modules/jquery_ui/jquery.ui/ui/ui.draggable.js
warning page not found 03/13/2011 - 19:54 sites/all/modules/jquery_ui/jquery.ui/ui/ui.core.js

In addition, the import is reporting that it is completing with no errors, but no nodes are created.

Comments

MacaroniDuck’s picture

Figured this out. I'm utilizing UberCart and UCNode so that a node can be a product. UC does some processing on product nodes upon creation (namely adding them to a shopping cart) that apparently was creating this issue. I detached the product from the node and the import worked fine.

I would marked this as Closed(works as designed) but I'm unsure of what level of interoperability with other mods the maintainers are shooting for.

pwaterz’s picture

drupal 6 comes with jquery 1.2 and best you can get it to work with 1.3, And at best your can only get jquery ui 1.7 to work with those 2 versions of jquery.

Robrecht Jacques’s picture

Title: jQuery Errors » Ubercart - jQuery Errors (UCNode)