2 Feb 2004 19:41
Re: Re: SyncML update [PATCH]
Anthony Mills <amills <at> gascard.net>
2004-02-02 18:41:07 GMT
2004-02-02 18:41:07 GMT
Johny wrote:
> Chuck,
>
> The SOAP handling is indeed correct (other than that it doesn't work ;)
> when I use the browser :) Apologies, I do realise now what the 302 error
> was, ta for that :)
>
> I've got some debugging into rpc.php (and have attached the diff as I
> find this extremely useful, let me know if it's useful and I'll keep
> sending them as I add them)
>
Debugging is good.
> When invoking rpc.php from my P800 I get further than with Firebird, but
> it stops with no error messages whatsoever? I've got PHP errors logged
> to file (tested with SOAP error previously), but nothing there.
>
> The line it stops on in rpc.php is;
>
> $out = $server->getResponse($input, $params);
Are you sure it is stopping here? And you get no errors in your php log
file? You should get some errors. Check /tmp/sync. You should have
some files in here. Are you timing out from the login?
You may have to debug into syncml.php. Look for getResponse in that
file. I'm not sure I can help you without more input. BTW, if you
could/and don't mind. Can you send me the output from :
> $input = $server->getInput();
> + Horde::logMessage(sprintf('Server input: %s', $input) , __FILE__,
(Continue reading)
RSS Feed