[sync] Authentication problems

Karsten Fourmont fourmont at gmx.de
Tue Apr 26 12:11:48 PDT 2005


> I set session.auto_start = 1
Thanks for the info.
I'll need to have a look at that: I took the session handling code from 
the existing codebase when I started working on syncml. Maybe we can use 
the existing horde session handling by now.


> And now I get another error
> Horde/SyncML/sifConverter.php not found.
> Forgotten commit?

Yes and no ;-) sifConverter.php is no longer used. You can change the 
include in sync4j.php from SifConverter.php to

require_once 'Horde/iCalendar.php';

Or do a cvs update right no, I just fixed it in cvs.


  Karsten

Index: SyncML/Device/Sync4j.php
===================================================================
RCS file: /repository/framework/SyncML/SyncML/Device/Sync4j.php,v
retrieving revision 1.1
diff -u -r1.1 Sync4j.php
--- SyncML/Device/Sync4j.php	24 Apr 2005 12:09:03 -0000	1.1
+++ SyncML/Device/Sync4j.php	26 Apr 2005 19:05:32 -0000
@@ -1,6 +1,6 @@
  <?php

-require_once ('Horde/SyncML/SifConverter.php');
+require_once 'Horde/iCalendar.php';

  /**
   * The SyncML_Device:: class provides functionality that is 
potentially (client)


More information about the sync mailing list