Im getting a blank screen after step 3.

Ive tried both firefox and chrome.

Thanks

Comments

Ptrix’s picture

Same here.

Anyone can help?

Thanks

freelancerid’s picture

Issue tags: +node import, +CSV import, +white page

I 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.

waltercat’s picture

I am getting the same problem.

kandra’s picture

Same here. Content looks fine in the sample area, but as soon as I hit "next" it just shows me a blank screen of death.

suyogdeshpande’s picture

Hi,

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

cwithout’s picture

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 solves the problem. But the URL is http://www.ubercart.org/project/node_import_uc_stock

notrab’s picture

#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.

Tux Love’s picture

#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.

hsimeoni’s picture

same 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.

ron_sparks’s picture

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

hsimeoni’s picture

Hi 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.

cayenne’s picture

Snaps to #5 suyogdeshpande. I suppose we should suggest a fix...

Robrecht Jacques’s picture

Title: White Screen on step 4 » Ubercart - Integrate Ubercart Fixes
Version: 6.x-1.0-rc4 » 6.x-1.x-dev
Component: Miscellaneous » Code
Assigned: Unassigned » Robrecht Jacques
Issue tags: +Ubercart
EvanDonovan’s picture

Should this issue be closed in light of #1026868: uc_product_node_is_product() undefined?

Robrecht Jacques’s picture

Status: Active » Needs work

I'd like to add the fixes introduced in http://www.ubercart.org/project/node_import_uc_stock .

EvanDonovan’s picture

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.

ratinakage’s picture

Anyone tested this recently?

Does it work for attributes and adjustments?