You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but get errors on the second one
first: can not redeclare function 'multipushXml' in Immocaster_Xml_Writer, line 108
I tried to fix it (added function_exists condition) but other errors appeared... probably you know that. Is there a way to export multiple objects?
thanks
The text was updated successfully, but these errors were encountered:
Did you try to do it with an XML instead of using the wrapper. Because the wrapper is also not supported anymore. Please try to create your own xml as parameter xml instead of the parameter estate. I mean you have to create the xml like immobilienscout24 says in their wiki (http://developerwiki.immobilienscout24.de/wiki/Import-Export-API) and then save it as parameter $object1['xml']='XML_STUFF'.
Hi,
I need to export a few objects with one instance of Immocaster_Sdk
I do:
$oImmocaster->exportObject($object1);
$oImmocaster->exportObject($object2);
but get errors on the second one
first: can not redeclare function 'multipushXml' in Immocaster_Xml_Writer, line 108
I tried to fix it (added function_exists condition) but other errors appeared... probably you know that. Is there a way to export multiple objects?
thanks
The text was updated successfully, but these errors were encountered: