5 replies [Last post]
kvdd's picture
Offline
Joined: 09/06/2007
Juice: 5
Was this information Helpful?

Hello all,

I have installed Drupal 5.2, and then the Uberchart. Have no E-Commerce installed or installed before.

When i try to acces my Drupal site, i get a white page, with only this error showing:
Fatal error: Call to undefined function: uc_product_node_info() in j:\easyphp1-8\www\drupal\sites\all\modules\ubercart\uc_catalog\uc_catalog.module on line 127

Please could someone help me?

Best regards,

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Fatal error: Call to undefined function: uc_product_node_inf

What version of Übercart are you using? That function was written a relatively long time ago, so if Drupal can't find it, there's something funny going on.

kvdd's picture
Offline
Joined: 09/06/2007
Juice: 5
Re: Re: Fatal error: Call to undefined function: uc_product_node

Thanks for your reply, but I have downloaded the latest from Drupal.org

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Hrmm... Can you find

Hrmm...

Can you find "function uc_product_node_info(" in your uc_product.module file? Just do a search for that string without the quotes. Since you got it from drupal.org, I expect it to be there, but I want to make sure.

todd's picture
Offline
Joined: 08/18/2007
Juice: 8
I get a similar error. New

I get a similar error.
New 5.2 install. ubercart-5.x-1.0-alpha7c downloaded from drupal site.

Fatal error: Call to undefined function uc_product_node_info() in *_*/sites/default/modules/ubercart/shipping/uc_flatrate/uc_flatrate.module on line 39

I did a search in uc_product.module and found function uc_product_node_info on line 303.

Thank you,

todd's picture
Offline
Joined: 08/18/2007
Juice: 8
I worked around by... -

I worked around by...
- moving ubercart directory out of modules directory.
- deleting all references to UC in System table.
- moving ubercart directory back into modules directory
- installing modules in steps
- core, then optional, then extra, then fulfillment omitting flat rate, then flat rate.

On the last module install (flat rate) there was an error that the table already existed.

Everything appears to be working now.