New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar loads infinitely #832
Comments
|
As pointed out in owncloud/core#29663 it needs to be evaluated if this is caused by some external dependencies pulled in by Fedora 27 (e.g they are shipping sabre/vobject 4.0.x instead of 3.5.x required by ownCloud). |
|
I checked. Actually both are available:
php-channel-sabredav.noarch 1.3-10.fc27 @fedora Now what? |
|
As kku notes, both php-sabre-vobject4 and php-sabre-vobject are installed on Fedora 27. However it does look like vobject4 is the dependency for the owncloud packages (trying to uninstall php-sabre-vobject4 isn't possible without removing owncloud, but php-sabre-vobject can be removed). Is there a quick hack that can be applied to make owncloud pull in the correct version? My calendar is completely broken, and as far as I can tell this is the root cause. |
|
Bug filed at: Let me know if I've not summarised correctly. |
|
On Fedora 27, downgrading php-sabe-dav to php-sabre-dav-3.0.9-4.fc26.noarch temporarily works around this issue. |
distro issue - unrelated to owncloud -> close |
See first part of the mixed issue in owncloud/core#29663 (comment) and my comment concerning
Steps to reproduce
Expected behaviour
Tell us what should happen
Actual behaviour
Tell us what happens instead
Server configuration
Operating system: Fedora 27
Web server: Apache
Database: MariaDB 10.2.9
PHP version: 7.11
ownCloud version: 9.1.5
Calendar version: 1.5.4
The text was updated successfully, but these errors were encountered: