Closed (fixed)
Project:
Bio
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2007 at 18:11 UTC
Updated:
18 Oct 2007 at 20:11 UTC
Hi, I've installed views. I also have bio module installed. I'm now getting the "white screen of death". The error log shows:
Fatal error: Cannot redeclare views_handler_filter_null() (previously declared in /services/webpages/e/c/ecosphere-services.com/public/sites/all/modules/views/views.module:1992) in /services/webpages/e/c/ecosphere-services.com/public/sites/all/modules/bio/bio_views.inc on line 414
Please advise. Thanks!
Comments
Comment #1
merlinofchaos commented/services/webpages/e/c/ecosphere-services.com/public/sites/all/modules/bio/bio_views.inc
This file is re-declaring a Views' handler that it absolutely should not be declaring. Bad bio module. Respect namespace integrity!
Comment #2
merlinofchaos commentedBTW the short term fix is to remove bio.module for now. You can probably edit bio_views.inc and remove the function named views_handler_filter_null
Comment #3
toma commentedany idea how to fix this, i get the same problem
Comment #4
dldege commentedfrom the bio comments...
* Keeping in bio_views.inc until http://drupal.org/node/142504 hits
it looks like bio needs to remove this function - I simply commented it out in bio_views.inc
Comment #5
mfredrickson commentedRemoved. I thoroughly chastised the original author (me).
Comment #6
mtndan commentedThanks everyone
Comment #7
(not verified) commented