Active
Project:
Node import
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2011 at 01:03 UTC
Updated:
21 Apr 2011 at 06:16 UTC
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
Comment #1
MacaroniDuck commentedFigured 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.
Comment #2
pwaterz commenteddrupal 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.
Comment #3
Robrecht Jacques commented