Good day,

Thinking "Movies & Wishlist" was conflicting with another module, I disabled "Movies & Wishlist" through the admin area. Later on, I re-enabled the module and I now get the following errors:

* user warning: Table 'drupal.movies' doesn't exist query: SELECT count(movie_id) as this_count FROM ( SELECT * FROM movies ) count_table in /home/public_html/includes/database.mysql.inc on line 172.
* user warning: Table 'drupal.movies' doesn't exist query: SELECT * FROM movies ORDER BY movie_name ASC LIMIT 0, 50 in /home/public_html/includes/database.mysql.inc on line 172.

It's like the tables are not there anymore.
I re-installed the module thinking the module would re-create the table, but it did not.

I wonder what's going on?

Thank you for any help,

itsanogo

Comments

itsa’s picture

Title: I lost the tables » I lost the tables...
Priority: Critical » Normal
Status: Active » Fixed

I did not know the module could be Uninstalled.
I re-enabled and it works now.

Thank you,

itsanogo

IanBezanson’s picture

Hmm... that still seems odd, though. I will take a look into it when I get a chance to see if I could reproduce the issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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