CiviCRM implemented in Drupal 6.19. On opening homepage the following error message appears shown in the white screen of death:
Fatal error: Cannot redeclare _pear_call_destructors() (previously declared in /usr/lib/php/PEAR.php:773) in /home2/unlesaor/public_html/unlesa/sites/all/modules/civicrm/packages/PEAR.php on line 811

Had to delete the Print module through filemanager

Eljay
eljay09@gmail.com

Comments

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

Did you enable only the core print module only or also the print_mail module?

I don't see why the core module would be in conflict with CiviCRM. The print_mail module is able to use the PEAR Mail_Mime package, but it includes everything via @include_once, so it shouldn't normally conflict with CiviCRM unless they don't use the _once includes...

João

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No further info in two weeks. Closing the issue.

eljay’s picture

Title: Fatal error in combination with CivicRM: WSoD » Fatal error in combination with CivicRM: WSoD "AGAIN"

Did fresh Drupal 6.19 install on local machine. Imported database from production site. Everything works fine. Installation of CiviCRM 3.2 goes smooth, but choosing it from the admin menu top bar gives white screen without any clues. Url reads: http://example.org:8888/civicrm?reset=1.
Checking the database shows all tables have a prefix except for the civicrm ones. Might this be the cause?

Found the following error messages in the log:

#0 /.../..../sites/all/modules/civicrm/packages/IDS/Filter/Storage.php(111): IDS_Filter_Storage->getFilterFromXML()
#1 /.../S.../sites/all/modules/civicrm/packages/IDS/Monitor.php(189): IDS_Filter_Storage->__construct(Object(IDS_Init))
#2 /.../.../sites/all/modules/civicrm/CRM/Core/IDS.php(134): IDS_Monitor->__construct(Array, Object(IDS_Init))
#3 /.../.../sites/all/modules/civicrm/CRM/Core/Invoke.php(88): CRM_Core_IDS->check(Array)
#4 /.../.../sites/all/modules/civicrm/drupal/civicrm.module(351): CRM_Core_Invoke::invoke(Array)
#5 [internal function]: civicrm_invoke()
#6 /.../.../sites/all/modules/civicrm/packages/IDS/Filter/Storage.php on line 220

eljay’s picture

Project: Printer, email and PDF versions » CiviCRM
Version: 6.x-1.9 » 6.x-1.0
Status: Closed (cannot reproduce) » Active