Owncloud 10 calendar issue

Dear, I upgraded my owncloud server from the last 9.x version to 10. All seems to work fine except the calendar.
When I enter in the calendar the New Calendar and New Subscription in the left, doesn't appear. There is the waiting circle that rotate forever without result.

Is there a way to solve?

Thanks

1 Like

There are a few manual modifications needed to files and the database for 10.0.0 if you want to get this to work [1]. If you rely on a working calendar please revert to your oC 9.x backup and wait for the next release 10.0.1.

[1]

Hi kljhlkhglklfgh,

I#m facing the same problem, but as i'm not able to revert to 9.0 (complete server update) I#m wondering if this will be solved with the update for 10.0.0.1 .

Short version: does just waiting for the next version helps?
or where can I find the manual modifications to make it work?

Thanks

Georg

Yes, the known calendar issues will be fixed in the upcoming 10.0.1

The linked thread above contains the pointers where those are found. I don't have the time right now to do the search for you but you might be still able to find them on your own.

Thanks, for the moment I solved following the github discussion and alter the database with:

ALTER TABLE oc_dav_shares ADD publicuri VARCHAR(255) NOT NULL AFTER principaluri;

Thanks for the answe,

it is a relief that I can just wait.
If it is too cumbersome to wait I'll dig through the details in Github.

Thnaks again.

Georg

Hi,

I've seen that the new version of OC is now out which fixes the Calendar problem.
When I now run apt-get update && apt-get upgrade on my Ubuntu Server 16.04. kernel 3.13.0-77-generic
the new version is not available. What is the reason for this?
Why does it take so long to be integrated into the offcial sources from ubuntu?

Thanks

Georg

Hi @georgloesel

To get Owncloud 10.x on Ubuntu via "apt-get", you can follow this page (to add the "10.0" release channel): https://download.owncloud.org/download/repositories/10.0/owncloud/

But you can also wait for the 10.0.2 version to be in the "stable" release channel (very soon). :wink:

Regards,

Mickaël

how long is very soon. Is working on owncloud 10.x stopped??

There is a release planning:

There can be delays especially if they find some problems just before the release. You shouldn't worry about 1-2 weeks of delay and rather be happy that you didn't run into issues.

Hi,

just one detail.
I get this when doing apt-get update:
OK:1 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial InRelease
OK:2 http://de.archive.ubuntu.com/ubuntu xenial InRelease
OK:3 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease
OK:4 http://de.archive.ubuntu.com/ubuntu xenial-updates InRelease
OK:5 http://de.archive.ubuntu.com/ubuntu xenial-backports InRelease
Ign:6 https://download.owncloud.org/download/repositories/stable/Ubuntu_16.04 InRelease
Holen:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
OK:8 https://download.owncloud.org/download/repositories/stable/Ubuntu_16.04 Release

Is the 6th line a problem. Is my configuation ignoring InRelease and by doing this not updating to 10.0.2?
If yes, where can I cange this?

Thanks in Advance

Georg

From what i can see from the following comment above the "stable" repositories are not containing ownCloud 10.0 by design and you need to switch to another repository to get 10.0.2:

reinstalling the right sources from here: https://download.owncloud.org/download/repositories/10.0/owncloud/
did the job.

Thanks

Georg