Table uc_store_footers doesn't exist query

Posts: 19
Joined: 02/25/2008

Hello,
I have a persistent problem with table uc_store_footers. I get this error

    * user warning: Table 'orgone.uc_store_footers' doesn't exist query: SELECT message FROM uc_store_footers WHERE path_hash = '76c2a75449390f365dd21a8357758716' in /Users/Arnaud/Web/orgone/includes/database.mysql.inc on line 172.
    * user warning: Table 'orgone.uc_store_footers' doesn't exist query: INSERT INTO uc_store_footers (path_hash, message) VALUES ('76c2a75449390f365dd21a8357758716', '<a href=\"http://www.ubercart.org/\">Free shopping cart software</a> provided by Ubercart.') in /Users/Arnaud/Web/orgone/includes/database.mysql.inc on line 172.

I don't understand, I installed Ubercart properly... what's the problem?
I use Ubercart Beta 5 with Drupal 5.7

Thanks

Posts: 924
Joined: 11/05/2007
Bug FinderFAQ ModeratorGetting busy with the Ubercode.

Perhaps you upgraded Ubercart from a previous version and didn't run update.php? That's the only reason I can see for not having the table in your DB.

--

<tr>.

Posts: 1
Joined: 03/12/2008

I had the same problem. I ran the sql query that creates the table directly against the database.

ubercart beta6
uc_store.install line 26.

---
GSMKer_Kevin