Howdy Folks -

I've been looking for a solution to the following error:

user warning: Table 'smikey23_drupal.ec_receipt_types' doesn't exist query: SELECT * FROM ec_receipt_types in /home/smikey23/public_html/includes/database.mysql.inc on line 172.

And in the following post it mentions that this is due to a php 5.2 error (I'm running 5.2.4)

http://drupal.org/node/187721#comment-716074

Am I looking for a patch, or is this something server side? Thanks

Comments

gordon’s picture

Status: Active » Fixed

Basically this is a problem with the installation. It generally occurs when e-Commerce has been installed and then uninstall improperly.

To get around this, uninstall e-Commerce and re-install it. To uninstall e-Commerce disable the modules and then on the uninstall tab check these modules and uninstall. This will remove all the tables, and flag the e-Commerce modules as uninstalled so when they are reinstalled the hook_install() will be run again.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.