Conflict with CIVICRM when using Azure due to PEAR_Exception
-
Trying to use Azure storage with CiviCRM plugin there is a conflict. Both plugins define PEAR_Exception. Corrected by checking for PEAR_Exception class before definition.
Symptoms: Internal Server Error 500 when trying to test Azure Settings.
Very difficult to find this as WP_DEBUG code turns off debug display for ajax so went down that rabbit hole first. Once I could display errors with ajax in debugger saw that PEAR_Exception was already defined which led to finding issue.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Conflict with CIVICRM when using Azure due to PEAR_Exception’ is closed to new replies.