Closed (fixed)
Project:
xml2node
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Reporter:
Created:
28 Mar 2011 at 12:02 UTC
Updated:
8 Apr 2011 at 11:14 UTC
Jump to comment: Most recent
An error occurred. /batch?id=60&op=do
Fatal error: Call to undefined function array_join() in /public_html/sites/all/modules/xml2node/xml2node.module on line 494
The node is very simple, include the title and a file. When the file path is wrong and cannot located the file, I can import the node (but without the file imported of course). When the path is correct, I got this error.
Could you tell me what I did wrong? thanks.
hosais
Comments
Comment #1
hosais commentedHo,
By the way, the error message:
An error occurred while processing xml2node_import_node with arguments: Array ( [0] => 1 [1] => sites/.../files/temp/import_xml2.xml )
Comment #2
hosais commentedI change array_join() to array_merge() then it seems work.
Comment #3
Anonymous (not verified) commentedHey,
This should be a recursive call to "xml2node_array_join(...)". So instead of "array_merge" you should insert "xml2node_array_join". This is a bug, I'll fix this.
Thanks for reporting.
Comment #4
Anonymous (not verified) commented