[SOLVED] User warning, now Drupal module page now blank

Posts: 48
Joined: 01/31/2008

Did a fresh install of drupal 5.7 and tried to install all the modules for ubercart and got the following error message. Now module page is just blank.

user warning: Table 'drupal.uc_order_statuses' doesn't exist query: INSERT INTO uc_order_statuses (order_status_id, title, state, weight, locked) VALUES ('payment_received', 'Payment received', 'payment_received', 10, 1); in /domain.com/httpdocs/drupal/includes/database.mysql.inc on line 172.

Actually, all of the items under "site building" is now blank.

UPDATE: I've read some other post and just reinstalled everything and installed a few modules at a time and it's working fine now.