Closed (duplicate)
Project:
Node import
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 May 2008 at 13:20 UTC
Updated:
29 Sep 2008 at 10:02 UTC
atal error: Call to undefined function date_iso2array() in /DRUPAL_HOME/modules/node_import/supported/cck/content.inc on line 103
I'm having some trouble with the node import module - I have the dates module installed, but I keep getting this error when I'm trying to import node content from a csv - regardless of whether or not I am using a date field in my importing.
Can anyone help?
Thanks!
Imran
Comments
Comment #1
todddevice commentedSame here.
The issue seems to rest in line 95 of content.inc:
In the current 5.x version of the date module, date.inc no longer exists. Date functions are now split into a set of *.inc files.
Comment #2
jesss commentedSubscribing
Comment #3
jesss commentedComment #4
criznach commentedTry this...
Remove your date fields.
Uninstall the 2.x date modules.
Install the 1.8 date module.
Add your date fields back with the same settings.
Run your import.
Upgrade to date 2.x if you wish. I haven't gone this far yet, but I was able to import using Date version 1.8.
Comment #5
deadrich commentedSubscribing
Comment #6
svelasco commentedHi. I have a problem with Node import and Date 5.x-2.0-rc:
Comment #7
johnalbinSee #227681: Date 2 API breaks node imports with dates
Comment #8
m4manas commentedI have run into the similar problem when i applied date 2.x now when i reverted back to 1.8x the imports have started.
I am able to import all fields but the date value.
I have tried all date formats including the iso yyyy-mm-dd
Any help
Comment #9
m4manas commented+
I am using the javascript popup calender. When i convert to text field with strtotime it works any help
Comment #10
johnalbin@maanas: See the issue I mentioned in #7. Add your comments over there; this is a closed, duplicate issue.