-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Updating dav fails #2249
Comments
@karlitschek FYI. Blocker for beta. Leaves a somewhat destroyed instance. (but of course everybody has backups 😉 ) |
Maybe we should also check for empty string (in the isset) |
nrgh |
I will look into this. |
|
There are no entries in those calendars. |
Stack trace:
|
I tried to clean up the entry:
|
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
I updated the entry with a minimal example that fails. I created a unit test that also fails, but for inserting the entry in the database - see 38545c5 |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
I guess this is simply a wrong value. Is it possible to repair such stuff? Or should we simply ignore such entries? @evert This happened after the update of SabreDav from 2.1.2 to 3.2. Is the library now more strict? |
@rullzer Maybe use something like the above ;) |
So oC removed them.. quick fix is to remove them as well owncloud/core@610d8f5 |
Well than we can't promise the update from 10 to 12 I guess? |
Well the upgrade was only executed from 9 to 10. So we would not be breaking anything yet. |
Do we promise this? I don't think so. |
According to the admin manual, you do not. But the feature to skip major releases when updating has been mentioned in a post about "planned update improvements" (see point 4) in the Nextcloud forum. |
cc @rullzer
https://github.com/nextcloud/3rdparty/blame/f2974c2e72b2ad5ab7ae745936c4d866405d2b61/sabre/vobject/lib/Document.php#L216
I will look up the entries in the database.
The text was updated successfully, but these errors were encountered: