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

merlinofchaos’s picture

Project: Views (for Drupal 7) » Bio
Version: 5.x-1.6 » 5.x-1.0

/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!

merlinofchaos’s picture

BTW 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

toma’s picture

any idea how to fix this, i get the same problem

dldege’s picture

from 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

mfredrickson’s picture

Status: Active » Fixed

Removed. I thoroughly chastised the original author (me).

mtndan’s picture

Thanks everyone

Anonymous’s picture

Status: Fixed » Closed (fixed)