I just upgraded from 5.2.0a to 5.2.0c (before I realized that PHP 5.2.9 isn't supported) and the soap call "set_relationships" no longer works.
Here's the effected call:
SoapClient->__call("set_relationships", array(0 => "mavg28soju7armqq1faqto72r0", 1 => array(0 => array(module1 => "ProspectLists", module1_id => "cbd01a83-ed84-0eb4-c454-49de4adda31a", module2 => "Campaigns", module2_id => "ea5969e4-732b-e872-2e2c-49de0ae041e3"), 1 => array(module1 => "Prospects", module1_id => "6601d66d-13ad-095e-3400-49de4e2c26c2", module2 => "Campaigns", module2_id => "ea5969e4-732b-e872-2e2c-49de0ae041e3"), 2 => array(module1 => "ProspectLists", module1_id => "cbd01a83-ed84-0eb4-c454-49de4adda31a", module2 => "Prospects", module2_id => "6601d66d-13ad-095e-3400-49de4e2c26c2"))))
and the __getLastResponse():
Fatal error: Call to a member function add() on a non-object in */soap/SoapSugarUsers.php on line 1200
On a similar note, you can see above I'm linking a Prospect to a ProspectList. This works (prior to the update) but I can't link a Lead or Contact to a ProspectList.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks