Page 1 of 1

Shared Calendar sync problem after upgrade to 1.1

Posted: Thu Oct 23, 2014 4:50 pm
by harrijer
If you use shared calenders in Owncloud you may find they no longer sync to your phones.

Fortunately, with the upgrade to 1.1 we now have shell access :)

In the nginx error log (/var/log/nginx/error.log) I found errors of the form:

FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined method Sabre\VObject\Property::getValue() in /usr/share/owncloud/apps/calendar/lib/sabre/backend.php on line 310"...

A Google search revealed the problem lies in Owncloud's code:

https://github.com/owncloud/calendar/issues/551

and the one line fix:

https://github.com/owncloud/calendar/co ... f4aedd1f5d

I edited /usr/share/owncloud/apps/calendar/lib/sabre/backend.php on my opi and it solved the problem.

For those of you who don't want to mess around with vi and the command line, OP will release a fix in due course :)

Posted: Mon Oct 27, 2014 2:20 pm
by tor
Just an update here.

OC 6.0.6 seems to be due hopefully later this week including this fix. Because of this we won't do an upgrade until we do the normal OC upgrade. (Unless this release gets delayed)

/Tor

Posted: Thu Nov 06, 2014 3:05 pm
by tor
And now it seems delayed, "The final 7.0.3 will be released next Wednesday"

Hopefully that includes the 6.0.x release as well.

/Tor

Posted: Fri Nov 14, 2014 1:17 pm
by tor
Hi, the OC 6.0.6 where released yesterday and i have now uploaded a new package to our repos. Upgrades should be done automatically in the next 24 hours.

You might have to log out and log in to OPI again to finish of the upgrade.

Please get back to us if there are any problems with this.

Finally thank you harrijer for bringing this issue to our attention.

/Tor