We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With outdated versions of Xdebug fatal errors can occur in TYPO3 if the Magento SOAP API provides incorrect answers, which in turn may be caused by a misconfiguration of TypoGento (see http://bugs.xdebug.org/view.php?id=249 and http://bugs.xdebug.org/view.php?id=609).
This can be easily handled by disabling Xdebug for the initialization of the SOAP client.
The text was updated successfully, but these errors were encountered:
[bugfix] Fatal errors on SOAP client initialisation
eb2bace
Prevents fatal errors when the SOAP client initialisation fails and Xdebug is enabled. related #14
No branches or pull requests
With outdated versions of Xdebug fatal errors can occur in TYPO3 if the Magento SOAP API provides incorrect answers, which in turn may be caused by a misconfiguration of TypoGento (see http://bugs.xdebug.org/view.php?id=249 and http://bugs.xdebug.org/view.php?id=609).
This can be easily handled by disabling Xdebug for the initialization of the SOAP client.
The text was updated successfully, but these errors were encountered: