Hi,

Just to get this out there, I'm fairly new at Drupal. I have been playing around with it for the past couple weeks. I'm able to fix mostly anything that I end up breaking (with basic modules and themes) and I understand somewhat of what's going on.

I recently installed the Ubercart module. It showed up fine, and then when I tried to install the core processes of ubercart my whole site broke causing it to result in a fatal error:

Fatal error: Call to undefined function uc_product_node_info() in /home/custfeh7/public_html/modules/ubercart/uc_attribute/uc_attribute.module on line 173

I know enough that when I pull the module out of the module folder the site works fine, then I reload it and it comes up with the original error. How would I go in the back end though the database or somewhere else to turn off one or more of the attributes so that I can start over installing the cart?

Comments

rszrama’s picture

Assigned: BWoelkers-1 » Unassigned
Priority: Critical » Minor
Status: Active » Fixed

Delete the row from the system table for the attribute module and be sure to install the product module first before installing the attribute module. Drupal should have taken care of this, so I don't really know why it screwed up in the first place. This may result in some SQL hiccups when it tries to reinstall.

If this doesn't solve the issue, you can get further support in the Ubercart forums.

BWoelkers-1’s picture

Assigned: Unassigned » BWoelkers-1
Priority: Minor » Critical
Status: Fixed » Active

I seemed to have fixed it. I took everything off so the site would work fine, and then I just kept reloading the modules attribute page as I loaded Ubercart through the ftp. So it seems to be in good working order now. Sorry to waste your time, and thanks anyway!

BWoelkers-1’s picture

Status: Active » Closed (fixed)

Thanks, I'll try that if the problem reoccurs!