Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2007 at 17:50 UTC
Updated:
16 Mar 2010 at 21:31 UTC
user warning: Table 'drupal_insight.views_view' doesn't exist
complete mssg:
user warning: Table 'drupal_insight.views_view' doesn't exist query: SELECT DISTINCT v.* FROM views_view v INNER JOIN views_display d ON v.vid = d.vid WHERE d.url IS NOT NULL AND d.url <> '' in /var/www/vhosts/insight-communication.net/httpdocs/modules/views/includes/view.inc on line 505.
i'll poke around, but any thoughts?
thx,
m
Comments
Comment #1
marqpdx commentedComment #2
tanoshimi commentedIsn't the 6.x-2.x-dev release of views the one which states: ?
Comment #3
marqpdx commentedi can say that i can't get it working. it's looking for tables named 'views_*' when the 5.x version used tables 'view_*'
thought i'd give it a spin...
thx,
m
Comment #4
merlinofchaos commentedViews 2 doesn't have any upgrade logic; so if you're installing this on a site you updated, and Views had previously been installed, it won't have created the new tables.
Views 2 uses a totally different schema from Views 1.
I wouldn't bother trying to play with Views right now; there isn't anything to see as there is no UI right now.
Comment #5
dixon_I know the UI is still in heavy development. But I thought I reopen this issue as I am getting almost the same error as above, but on a fresh Drupal 6.1 install, with the latest CVS release of Views 2.x-dev (2008-03-11).
The message appears on some pages like
admin/build/modulesandadmin/build/blockand looks like this:In
admin/build/viewsI am also getting the following messages:I hope this can provide some help in the development of this excellent module. Thanks!
Comment #6
dixon_Comment #7
merlinofchaos commentedOh good grief.
First, before I ruffle any feathers please understand that setting a postponed issue back to active is, in my view, basically a demand.
Now, please read some quotes:
From this very issue:
From http://drupal.org/project/views :
How can I say this any more clearly and succinctly? NO UPGRADE PATH.
If you previously had Views 1 installed, IT WON'T WORK.
Comment #8
dixon_Hi again.
Maybe I wasn't clear enought. I know that Views 2 is still under heavy development and is not feature complete. I know that. I posted this issue in good hope that it would help you developers in some way. If that wasn't the case, I'm so sorry. Relly sorry.
Again, thanks for your tremendous work, with this wonderful module. I won't steal your time any more...
Comment #9
Daniel Berman commentedCuriously still getting this issue with fresh install of Views 6.x-2.1 and the latest dev. version running Drupal 6.6. Apparently this bug hasn't gotten squashed yet.
Several hours later.....
A temporary fix that worked for me:
- Separate fresh install of drupal 6.6 with a fresh install of the latest dev. version of views. With phpMyAdmin I dropped all of the site tables, except for the three associated with views and exported them. Then I opened the SQL file and changed the database name back to my original site database name and then imported the file back into my main database. A major mysql hack, but it seems to be working. I have views back without any errors.
Comment #10
esmerel commentedNobody's complained about this problem in a year and a half, views has been stable for much of that time.