I have installed the oscommerce/sugarcrm integration which uses SOAP nusoap found here:
http://www.sugarforge.org/projects/osc-sugar-integ/
I have gone through all of the steps and when someone creates an account from create_account.php it does NOT get put into sugarCRM. Can someone please help me diagnose the problem? I have double and triple checked everything and still cannot even see if I am making a correct successful SOAP connection (new to SOAP and nusoap).
When I use the modules and then "Syncronise all data" and pick "oscommerce" I get the following error (not sure if this shows that I am not connecting successfully to the oscommerce site)
which line 508 has the following code:Code:Fatal error: Cannot instantiate non-existent class: nusoapclient in /var/www/html/crm/modules/OsCommerceCustomers/SyncWithOsCommerce.php on line 508
Code:$client = new nusoapclient($sys_config->settings["OsCommerce_end_point"]);
Any help please?!!?!? How can I determine whether or not the SOAP between oscommerce and sugarcrm is being successful?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks