Not functioning after turning it off and now trying to turn it back

Project:uc_multi_stock (stock manager with attributes)
Component:Code
Category:
Priority:normal
Assigned:Unassigned
Status:active
Description
Project: 
stock level manager

here is the data
; $Id: uc_multi_stock.info,v 1.1 2008/09/02 21:51:25 talbone Exp $
name = stock manager with attributes
description = stock manager for ubercart, taking into account the product attributes.
dependencies = uc_stock
package = Ubercart - extra

; Information added by drupal.org packaging script on 2008-09-05
version = "5.x-1.0"
project = "uc_multi_stock"
datestamp = "1220645132"

I have installed this mod on drupal 5. I had everything working then I deselected the mod it then stopped working and will not reactivate when I turn the mod back on. Not sure where to start any help would be great. Thank you

DeepThought's picture
Offline
Joined: 12/10/2008
Juice: 18
Fixed it

After studying the php and understand what was going on I started to dig in the database. I found some junk in the table that didn't match to anything probably got there with a restore. But once that was gone everything started working again. It would be great to have a error spit out about the table having junk in it. Thank you all for any time you may have spent.

We shall stand boldly on the edge, and long live ubercart.

talbone's picture
Offline
Joined: 06/06/2008
Juice: 87
Re: Not functioning after turning it off and now trying to turn
Assigned to:DeepThought» talbone

Hi DeepThought,
This module does not write any data to the Database.
There are other contributed modules that check the database schema, if thats what you need.