PHP Error

Former Member
Former Member $organization

Anyone ever get this error and do you have any input as to how to solve it? Our site keeps spinning and is going up/down intermittently. We just brought up class registration which is using PHP.

Uncaught SoapFault exception: [HTTP] Error Fetching http headers in D:\Websites\www.flynncenter.org\assets\includes\TessituraAPI.inc.php:87
Stack trace:
#0 [internal function]

  • Former Member
    Former Member $organization

    I'd be happy to help if you would share the source code of TessituraAPI.inc.php.

    Is this error occurring when you try to instantiate the SoapClient?

    What version of PHP are you running?

    My first thought is that there are lots of reports that in PHP versions prior to 5.2.6, a bug will produce the error you are struggling with.

    Bryan