Needs work
Project:
Views (for Drupal 7)
Version:
7.x-3.7
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2010 at 10:55 UTC
Updated:
1 Nov 2013 at 18:27 UTC
Jump to comment: Most recent
Hey there,
after installing latest dev snapshot ( http://drupal.org/node/608852 ) I get this error when accessing pretty much every page:
Fatal error: Call to undefined function _views_fetch_plugin_data() in /home/www/smooth.twinlogix.com/public_html/sites/all/modules/views/views.module on line 759
I've actually checked and in views/includes/cache.inc the function is there so I don't get it.
Any hints ?
Any way I could help to debug this ?
Comments
Comment #1
paoloteo commentedComment #2
aspilicious commentedtried clearing yout cache?
Comment #3
paoloteo commentedyes, I did at least 100 times. Also restarted memcached in case it was that cache, but nothing.
Comment #4
dawehnerON which pages is this?
Comment #5
paoloteo commentedI actually get it on all pages right after I enable the module Views and clear caches.
Comment #6
paoloteo commentedA small update. I was getting this error when sing PHP 5.3.2 (on Ubuntu 10.04).
Now I downgraded to PHP 5.2.1 and views are working again.
Comment #7
dawehnerI use 5.3.2 on one of my machines i had never problems with it.
Comment #8
aspilicious commentedSame for me, never saw this o_O
Comment #9
esmerel commentedComment #10
vabue commentedSame problem. WSOD on every admin page.
Drupal 7 beta-2, Views-dev, Ubuntu 10.04. APC 3.0.19 opcode caching enabled.
If I disable APC - everything is OK.
And if I use APC 3.1.5 - everything is OK too.
Comment #11
bojanz commentedSo updating APC fixes the problem? Not much we can do in that case...
Comment #12
dawehnerSo
Comment #14
philipjohn commentedI am experiencing this on 3.7 just after deleting a view.
Here's my steps;
The exact error that appears in the log is
Comment #15
greendemiurge commented#14
I was previously having very similar issues to the above, but the problem was that I was not installing the exported view properly in my module.
I found this article to be very helpful: https://drupal.org/node/1393228