Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I faced the same problem - Here is how i could solve it
1) Download file node_import_supported_v5.zip from ubercart.org/projectnode_import_uc_stock
2) Unzip the folder and copy uc_product.inc, uc_attribute.inc, uc_stock.inc files
3) Paste these files in modules>node_import>supported>ubercart
4) Allow uc_product.inc to be replaced
Check now and hopefully the problem will be resolved (I am using Chrome and the white screen problem got solved after this)
The error is: "Fatal error: Call to undefined function uc_product_node_is_product() in sites/all/modules/node_import/supported/ubercart/uc_product.inc on line 15"
#5 solved my problem as well. I also had an error related to drupal_retrieve_form() when I attempted to import. I made the change here -> http://drupal.org/node/635788 to fix that issue. This really saved me time on importing Ubercart products. Thanks for the help.
And thanks too to notrab for #7 -- which occurred once I done #5.
I spent hours on this before I found this page. I have to say that for such a simple fix it's rather annoying to find the issue is still outstanding after more than five months.
I did #5 what suyogdeshpande pointed out, and this gets me past step 4 however, now it goes through all the steps and says its successful, tho no nodes have actually be imported.
I have updated all the modules and Drupal and this is still failing. Do you think I am having two separate issues?
I saw this > http://drupal.org/node/872274 but there has been no progress on it, and I am at a loss then everything is updated and there are no errors... just success but then no content is added, I also had node check out on for uber cart but disable it and I still can get stuff to upload even tho it says nodes have been imported
which said..."Since the Drupal 6 version of the module is a "work in progress", you're going to want to use the latest development release (I used 6.x-1.x-dev from 2009-Apr-22). This is because the latest release candidate (6.x-1.0-rc4) has some bugs in it that you'll want to avoid."
Ah, I see, looks like those are .inc files so unfortunately, it seems like they would need to be added to this module, rather than just being an add-on module.
Comments
Comment #1
Ptrix commentedSame here.
Anyone can help?
Thanks
Comment #2
freelancerid commentedI ma having the same problem on Step 4, using CSV file.
I was using a b2evolution blog content.. and I am now using a Drupal 6.16 system.
I can't import content.
Note, My Drupal installation is not a new one.. I have added pages, content and files on it before doing the import.
Let me know if this is what causing the problem.
Comment #3
waltercat commentedI am getting the same problem.
Comment #4
kandra commentedSame here. Content looks fine in the sample area, but as soon as I hit "next" it just shows me a blank screen of death.
Comment #5
suyogdeshpande commentedHi,
I faced the same problem - Here is how i could solve it
1) Download file node_import_supported_v5.zip from ubercart.org/projectnode_import_uc_stock
2) Unzip the folder and copy uc_product.inc, uc_attribute.inc, uc_stock.inc files
3) Paste these files in modules>node_import>supported>ubercart
4) Allow uc_product.inc to be replaced
Check now and hopefully the problem will be resolved (I am using Chrome and the white screen problem got solved after this)
Cheers!
www.suyogdeshpande.com
Comment #6
cwithout commentedThe error is: "Fatal error: Call to undefined function uc_product_node_is_product() in sites/all/modules/node_import/supported/ubercart/uc_product.inc on line 15"
#5 solves the problem. But the URL is http://www.ubercart.org/project/node_import_uc_stock
Comment #7
notrab commented#5 solved my problem as well. I also had an error related to drupal_retrieve_form() when I attempted to import. I made the change here -> http://drupal.org/node/635788 to fix that issue. This really saved me time on importing Ubercart products. Thanks for the help.
Comment #8
Tux Love commented#5 worked for me too, thanks suyogdeshpande!
And thanks too to notrab for #7 -- which occurred once I done #5.
I spent hours on this before I found this page. I have to say that for such a simple fix it's rather annoying to find the issue is still outstanding after more than five months.
Comment #9
hsimeoni commentedsame here.
I just want to import into a page, a simple text.csv file witch contains two fields
title mplampla, body mplampla
I have choose the default "Comma Separated Values"
Step 4 is a white screen of death....
Also no process error reporting makes things harder for debuging.
Comment #10
ron_sparks commentedI did #5 what suyogdeshpande pointed out, and this gets me past step 4 however, now it goes through all the steps and says its successful, tho no nodes have actually be imported.
I have updated all the modules and Drupal and this is still failing. Do you think I am having two separate issues?
I saw this > http://drupal.org/node/872274 but there has been no progress on it, and I am at a loss then everything is updated and there are no errors... just success but then no content is added, I also had node check out on for uber cart but disable it and I still can get stuff to upload even tho it says nodes have been imported
Comment #11
hsimeoni commentedHi guys i read this tutorial
http://drupaleasy.com/blogs/ultimike/2009/05/using-node-reference-fields...
which said..."Since the Drupal 6 version of the module is a "work in progress", you're going to want to use the latest development release (I used 6.x-1.x-dev from 2009-Apr-22). This is because the latest release candidate (6.x-1.0-rc4) has some bugs in it that you'll want to avoid."
Ι install the .dev and it works.
Comment #12
cayenne commentedSnaps to #5 suyogdeshpande. I suppose we should suggest a fix...
Comment #13
Robrecht Jacques commentedComment #14
EvanDonovan commentedShould this issue be closed in light of #1026868: uc_product_node_is_product() undefined?
Comment #15
Robrecht Jacques commentedI'd like to add the fixes introduced in http://www.ubercart.org/project/node_import_uc_stock .
Comment #16
EvanDonovan commentedAh, I see, looks like those are .inc files so unfortunately, it seems like they would need to be added to this module, rather than just being an add-on module.
Comment #17
ratinakage commentedAnyone tested this recently?
Does it work for attributes and adjustments?