Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2013 at 11:38 UTC
Updated:
27 Feb 2018 at 17:34 UTC
Jump to comment: Most recent
Comments
Comment #1
wylbur commentedI ran into the same issue with views_data_export. Search the site database for web_widgets and reference_field. You will probably find remnant system records that gets found by views. I deleted those entries, and didn't get any new errors.
Of course test this on a development environment before trying it on your live site!
Comment #2
druderman commentedAny suggestion as to which database tables to search?
Comment #3
msweb69 commentedHi guys...
I use the version 7.34 and under admin/reports/Views plugins i see this msg:
Notice: Undefined index: module in views_plugin_list() (line 278 of /home/mswebit/domains/msweb.it/public_html/calabria/sites/all/modules/views/views.module).
My website work well but i don't know why i see this msg!!!
Any ideas how to eliminate this error msg?
thanks
mar.x
Comment #4
klanahan commentedI just saw this problem with a migration I did from D6 to D7.
I had a content type that I wasn't using, so I deleted it, but did not delete the views that used it first. There were all sorts of remnants from the old content type in the database.
If you look at the report under admin/reports/views-plugins, I saw several fields that had some blank fields next to them, all of which were related to the deleted content type.
I ended up going through each table and physically removing every data entry associated with the deleted content type, and deleting the tables that held the remnant fields. Fortunately, this was not a large site.
I removed them from my localhost, then exported the entire DB to my dev db and on up the foodchain.
Comment #5
renatog commentedHi guys, how are you?
I check it using the last stable version, and I check this function:
And it's okay now. Please update for make a test. Now it's all right using the last version of Drupal Core (7).
Best,
Comment #6
renatog commented