When using the latest node import module with date 2.x, I get the following error
Fatal error: Call to undefined function date_iso2array() in /home/koumbit/public_html/drupal5/modules/node_import/supported/cck/content.inc on line 103
Going back a couple of pages, I see:
warning: include_once(modules/date/date/date.inc) [function.include-once]: failed to open stream: No such file or directory in /home/koumbit/public_html/drupal5/modules/node_import/supported/cck/content.inc on line 95.
warning: include_once() [function.include]: Failed opening 'modules/date/date/date.inc' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/koumbit/public_html/drupal5/modules/node_import/supported/cck/content.inc on line 95.
Can you help?
Ktnk.
Comments
Comment #1
johnalbinSee #227681: Date 2 API breaks node imports with dates
Also, I started a new thread that talks about how modules should handle supporting both the Date 1 and Date 2 APIs: #265056: 5.x modules need to support Date 2 API and Date 1 API