Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0-beta3
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2011 at 09:32 UTC
Updated:
28 Apr 2011 at 07:21 UTC
I am getting this Error after the latest Update
Comments
Comment #1
GalainHH commentedHere is the full Error Message: (I replaced the real domain Name by "")
* Notice: Undefined variable: entity_info in field_views_field_default_views_data() (Zeile 167 von /is/htdocs/wp10586614_ZBYTEB45N0/www//sites/all/modules/views/modules/field.views.inc).
* Notice: Undefined variable: entity_info in field_views_field_default_views_data() (Zeile 168 von /is/htdocs/wp10586614_ZBYTEB45N0/www//sites/all/modules/views/modules/field.views.inc).
Comment #2
GalainHH commentedAdditionally I can´t access my Views Pages anymore:
Fatal error: Call to a member function get_option() on a non-object in /is/htdocs/wp10586614_ZBYTEB45N0/www//sites/all/modules/page_title/modules/views.page_title.inc on line 47
Comment #3
bojanz commented1. Update to beta3. It will fix the entity_info notices.
2 The fact that the page_title module is broken is of no concern to views. Disable it.
Comment #4
GalainHH commentedI just updated to beta 3
and still ALL Views don´t show content anymore. Instead I got a blank page
"Fatal error: Call to a member function get_option() on a non-object in /is/htdocs/wp10586614_ZBYTEB45N0/www/macnetic-software.de/sites/all/modules/page_title/modules/views.page_title.inc on line 47"
May it be, that this is no issue with the views module, but with page Title?
Comment #5
bojanz commentedYES!
Comment #6
GalainHH commentedWow, you´re real fast..an you´re right
I disabled the Page Title Module an the Views pages work
Thanks
Comment #7
jmbouvier commentedI'm still getting the error at the top of my view page when I change the settings on my view, which is working how I want it:
"Notice: Undefined variable: entity_info in field_views_field_default_views_data() (line 177 of /home/...../sites/all/modules/views/modules/field.views.inc)."
I had Page Title installed but I uninstalled it and deleted it from my ftp.
JBoo
PS - Hope this is what to do, I'm new to submitting issues
Comment #8
oznate commentedIt may be fixed in beta 3 but I'm still getting the same error message as #7.
Comment #9
pthite commentedMe too. I get the same "Notice: Undefined variable: entity_info" error message at the top of my view page. It seems to happen when I clear my caches and it goes away as soon as I refresh the page. I don't have page title installed.
Comment #10
oznate commentedI may have misunderstood though - it APPLIES to Beta 3 and is marked fixed in Dev and will be fixed in the version released next cycle. I don't feel like trying out the Dev version to see so will wait for next release and follow up from there.
Comment #11
mgiffordYup. Nixed Page Title and it worked just fine. I'll post a link here from Page Title.
Comment #12
ezra-g commentedThe issue for this in page_title (with patch) is http://drupal.org/node/1099792 for those who are interested.
Comment #13
zilverdistel commentedI'm using the dev version and indeed, after clearing the cache with drush I get the following errors:
The error pops up on the view pages path as well as in the views ui (admin/structure/views).
When I alter and save a view, I also get this pair of notices.
Comment #14
zilverdistel commentedComment #15
merlinofchaos commentedYou can't be using that recent of a -dev. There's nothing anything resembling $entity_info at line 177 of that file. Please be sure you've got the code you think you've got.
Also, 'needs work' for patches that have already been committed is not a valid status. But really, I'm fairly confident the problem is that you don't have a recent -dev. Like, less recent than -beta3.
Comment #16
zilverdistel commentedScrew me! There seemed to be a problem with drush. It kept downloading the beta3 version when I specified I wanted the dev version.
Confirming this is indeed fixed in the dev version. Sorry for the confusion ...