Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    CardDAV and CalDAV not syncing against ownCloud

    Z-Push when using other backends
    2
    2
    885
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • raceface2nd
      raceface2nd last edited by raceface2nd

      Hi,

      I connected the backends IMAP against an IMAP server and cardDAV and calDAV against an owncloud instance.

      When I now connect with a device to z-push I can see all calendars on the device but all of them are empty. The addressbook is empty as well.

      When I create a new appointment on the device (in this case outlook 2016) the new appointment is written to the calendar in owncloud. But appointments that are created with other clients (like the web frontend) are not showing up in the calendar on the device connected with z-push.

      The same is with contacts. When I create them in outlook in syncs them to ownCloud but all contacts created with the web frontend are not showing up in outlook.

      What I find in the log is following entry
      Fatal error: /usr/share/z-push/include/mimeDecode.php:477 - Allowed memory size of 134217728 bytes exhausted (tried to allocate 24218000 bytes)

      Any ideas why the server side existing appointments and contacts are not showing up on the device?

      Andy

      1 Reply Last reply Reply Quote 0
      • Sebastian
        Sebastian Kopano last edited by

        Running into an out-of-memory error is definitely a good indication why there is nothing shown in Outlook.
        We’ve just implemented a ticket that works better for Outlook and prevents these errors, unfortunately it’s not yet merged (into Z-Push 2.4).

        There are two immediate solution:

        • increase the php memory limit in your php.ini to 256 or 512 MB (restart apache afterwards)
          and/or
        • reduce the amount of SYNC_MAX_ITEMS in your z-push config file. 100 should be a good starting point.

        Cheers,
        Sebastian

        1 Reply Last reply Reply Quote 0
        • First post
          Last post