By underpressure on
I had views installed a few weeks back and because i was not using it I disabled the various views_XXX modules and manually deleted the sql tables.
Today I finally need the module so I uploaded a fresh copy and enabled the modules but I got this error:
* user warning: Table 'database.view_view' doesn't exist query: SELECT name, description FROM view_view in /home/mysite/public_html/includes/database.mysql.inc on line 121. * user warning: Table 'database.view_view' doesn't exist query: SELECT v.* FROM view_view v WHERE v.name = 'taxonomy_term' in /home/mysite/public_html/includes/database.mysql.inc on line 121.
what do I do?
Comments
anyone? http://ravalonline.co
anyone?
http://ravalonline.com
Underpressure, Drupal is
Underpressure,
Drupal is confused. Normally, when a module is enabled for the first time, an install script is run. In your case, Drupal lost its tables, but is still maintaining the switch that claims the module has been installed. The solution is to open up the views.install file, and execute the SQL function contained there in under MySQL. That should create the missing tables and get you running.
Lyal,
Outcome3 Drupal Services