Active
Project:
CiviCRM
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2010 at 07:56 UTC
Updated:
1 Nov 2010 at 08:39 UTC
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
Comment #1
jcnventuraDid 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
Comment #2
jcnventuraNo further info in two weeks. Closing the issue.
Comment #3
eljay commentedDid 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
Comment #4
eljay commented