I have install views 5. 1.5 for Drupal 5.0. And i see:
"

* user warning: Table 'test.view_view' doesn't exist query: SELECT * FROM view_view WHERE page = 1 in /home/1/public_html/includes/database.mysql.inc on line 167.
* user warning: Table 'test.view_view' doesn't exist query: SELECT * FROM view_view WHERE page = 1 in /home/1/public_html/includes/database.mysql.inc on line 167.
* user warning: Table 'test.view_view' doesn't exist query: SELECT * FROM view_view WHERE page = 1 in /home/1/public_html/includes/database.mysql.inc on line 167.
* user warning: Table 'test.view_view' doesn't exist query: SELECT * FROM view_view WHERE page = 1 in /home/1public_html/includes/database.mysql.inc on line 167."
"

Comments

merlinofchaos’s picture

Status: Active » Fixed

Ugh!

Somehow your tables didn't get installed. I was hoping I wouldn't see that kind of thing happen in Drupal 5.

Go to administer >> build >> modules and disable Views and all Views modules. Then click on the 'uninstall' tab and uninstall the Views module. You have no data for it to delete. The uninstall may even throw errors but this should be okay.

Then, re-enable the module the usual way. This *should* fix your problem.

Anonymous’s picture

Status: Fixed » Closed (fixed)