Hi Guys,
I seem to be having a problem with the Node Import module and would appreciate any help.
I've added the following code to my drupal installation index page because originally all I was getting when trying to upload a CSV was a blank screen:
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
Since adding the code I see:
Fatal error: Call to undefined function auto_nodetitle_get_setting() in /var/www/html/modules/node_import/supported/auto_nodetitle.inc on line 40
I'm using version 5.x-1.9 of the module and version 5. I'm also trying to upload an Events CSV a sample of which can be found below:
title,body,start day,start month,start year,start hour,start minute,end day,end month,end year,end hour,end minute
Lorem ipsum!,"Lorem ipsum dolor sit amet",16,10,2009,17,30,16,10,2009,20,30
Comments
Comment #1
Robrecht Jacques commentedWhat is the version of auto nodetitle as this is apparently giving the error?
Comment #2
Robrecht Jacques commented5.x-1.x is no longer supported. 6.x-1.x has proper support for Auto Nodetitles module.