Nokia C7-00 or symbian^3

Thomas Trethan <[email protected]>
Newsgroups gmane.comp.horde.sync
Message-ID <[email protected]>
>> in lib/SyncML/Sync.php in the constructor the parameter $clientURI
>> is "./c:calendar1"; in the devinf the device states "./c:calendar".
>> When Sync.php wants to get the contentType via
>> $device->getPreferredContentTypeClient() those two values don't
>> match and the Type is set defaulty to "text/calendar". According to
>> devinf the mobile phone wants "text/x-vcalendar" which doesn't
>> match. Therefore all received entries are ignored. Furthermore I
>> found out, that the device really seems to send "./c:calendar1" (see
>> debugging wbxml logs), but don't know why...
>
> Which logs?

/tmp/sync/devinf.txt:
  Horde_SyncMl_DataStore::__set_state(array(
        'SourceRef' => './c:calendar',

/tmp/sync/client_10.xml:
                 <Target>
                     <LocURI>./calendar</LocURI>
                 </Target>
                 <Source>
                     <LocURI>./c:calendar1</LocURI>
                 </Source>

/tmp/sync/client_11.xml:
             <TargetRef>./c:calendar1</TargetRef>
             <SourceRef>./calendar</SourceRef>

Regards, Tom
-- 
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.