|
From: Ralf B. <Ral...@di...> - 2005-06-13 17:44:35
|
Hi Bill, Bill Kunkel schrieb: > I get the following error when I try and directly access the xmlrpc.php file > > *Fatal error*: Call to undefined function: getallheaders() in > */home/almunive/public_html/xmlrpc.php* on line *29 This means the getallheaders function is not availible. The function is only availible, if php is run as an apache module (see http://www.php.net/manual/en/function.apache-request-headers.php). Is that the case in your install? If not, our xmlrpc class will not work for you :-( Ralf > > Any ideas on how to resolve? thanks > * > On 6/13/05, *marcos atehortua* <mat...@gm... > <mailto:mat...@gm...>> wrote: > > hi as i told you im trying to synch the M$ outlook (win) whit my > eGroupWare (calendar and outlook) (linux) > > i installed the eGroupWare - Outlook Synchronization Plugin for > Outlook version 0.0.3 MSI > and it installed OK but when i try to synch this errors came up: > > in setting --> test > > error #-2147220804 was generated by cegw.exec unexpected response > from xml-rpc request . > status = 1 > > and when i synch contact list this: > > error 2147220783 was generated by BastUtilities.GetContacts > remote execution failed > > and if i see this page > http://mydomain.com/egroupware/xmlrpc.php > > i get this error > faultCode103faultStringXML error: no element found at line 1 > > > im using oulook 2003 > and eGroupware 1.0.0.007 <http://1.0.0.007/> > > All of this is made using eGroupWare - Outlook Synchronization > Plugin for Outlook version 0.0.3 MSI and it didnt work > .................. > > but i havent tried uConnector > where can i get it?? > > > > -- > marcos@tehortua > Registered Linux user #383697 > > -- eGroupWare Training & Support ==> http://www.outdoor-training.de/egroupware/ |