oroinc / magento-orocrm-bridge

Magento extension, extends SOAP API for OroCRM integration.
http://www.magentocommerce.com/magento-connect/orocrm-bridge.html
16 stars 8 forks source link

PHP 7.0 Support? #16

Open sbrendtro opened 6 years ago

sbrendtro commented 6 years ago

We are integrating with a Magento 1.9 site that for performance reasons has been updated to run on PHP 7.0. The package.xml file specifies PHP 5.6.99 as the max version. We have installed manually, but are having trouble getting OroCRM to recognize the bridge being installed.

On the Magento side, we're getting this error when OroCRM tries to connect:

PHP Fatal error:  Procedure 'oroPingRequestParam' not present in /var/www/....../lib/Zend/Soap/Server.php on line 889

Looking at /api/v2_soap/?wsdl=1, we can see oroPingRequestParam listed.

We are using version 1.2.19.0 of Oro_Api and PHP 7.0.28.

Please advise. Thanks!