Closed (duplicate)
Project:
User Import
Version:
6.x-2.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2009 at 16:11 UTC
Updated:
27 Sep 2010 at 17:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
mamsden commentedI get the same error:
* warning: include_once(./modules/node_import/node_import.api.php) [function.include-once]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/first/modules/user_import/supported/content_profile.inc on line 8.
* warning: include_once() [function.include]: Failed opening './modules/node_import/node_import.api.php' for inclusion (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Applications/MAMP/htdocs/first/modules/user_import/supported/content_profile.inc on line 8.
Comment #2
aitala commentedI 'third' this issue.
Eric
Comment #3
ngstigator commentedIt appears as though the API file has been moved and renamed. I made the following changes to user_import/supported/content_profile.inc starting at line 7:
From:
To:
I am now able to perform successful imports to create profile nodes. The only thing that didn't appear as a drop down import field was a phone number (CCK phone field). Patch attached.
Comment #4
djmolny commentedThanks for the fix! This appears to be the same error as http://drupal.org/node/688766, albeit with slightly different line numbers.
Comment #5
MatthijsG commentedThanks for the import!
Setting the priority to critical, because this error breaks the import!
Comment #6
blackdog commentedMarking this as duplicate of #688766: Errors with node_import includes.
Comment #7
tajindersingh commentedThanks for the solution