2 replies [Last post]
littlegeek's picture
Offline
Joined: 11/04/2007
Juice: 46
Was this information Helpful?

I have a big problem with the last version of ubercart and drupal 5.3 : the admin page is always "blank" ! But the others "admin pages" are OK...

Another problem :

* user warning: Table 'drupal.uc_zones' doesn't exist query: SELECT * FROM uc_zones WHERE zone_country_id = 840 ORDER BY zone_name in /data/www/drupal-5.3/includes/database.mysql.inc on line 172.
* user warning: Table 'drupal.uc_countries' doesn't exist query: SELECT * FROM uc_countries WHERE version > 0 ORDER BY country_name in /data/www/drupal-5.3/includes/database.mysql.inc on line 172.
* user warning: Table 'drupal.uc_zones' doesn't exist query: SELECT * FROM uc_zones WHERE zone_country_id = 840 ORDER BY zone_name in /data/www/drupal-5.3/includes/database.mysql.inc on line 172.
* user warning: Table 'drupal.uc_countries' doesn't exist query: SELECT * FROM uc_countries WHERE version > 0 ORDER BY country_name in /data/www/drupal-5.3/includes/database.mysql.inc on line 172.

Maybe I have forgotten something ?? or it's a bug ?

thanks in advance !

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Admin pages

If you're missing those tables, then somehow you didn't enable the store module. Maybe that's your problem?

littlegeek's picture
Offline
Joined: 11/04/2007
Juice: 46
Re: Re: Admin pages

The store module is enable.
In fact, all "Ubercart core" and "Ubercart core optional" modules are enable.

I tried to uninstall and re-install ... always the same problem Sad