• Resolved dcapslock

    (@dcapslock)


    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)
  • Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    A ‘500 Internal Server error’ is a generic error code that indicates that ‘something’ has gone wrong on the server itself.

    You could contact your hosts/server admin and ask them to check the PHP error logs. The logs should contain further information on the exact error that is occurring.

    Regards,
    Bryle

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with CIVICRM when using Azure due to PEAR_Exception’ is closed to new replies.