Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.2
-
Fix Version/s: 4.1.3
-
Component/s: Core CiviCRM
-
Labels:None
Description
Problem: http://www.SITE.org/civicrm/contact/deduperules?action=update&id=1 when clicking SAVE gives a WSOD
ERROR: PHP Fatal error: Class 'CRM_Core_DAO_Domain' not found
Detailed here:
http://forum.civicrm.org/index.php/topic,24609.msg103596.html#msg103596
Solution (by lobo):
add this: require_once 'CRM/Core/DAO/Domain.php';
to approximately line 352 of file CRM/Core/BAO/SchemaHandler.php
Lobo mentioned he would add this to 4.1.3