-
Notifications
You must be signed in to change notification settings - Fork 46
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
contacts birthday remains in calendar after deletion #576
Comments
It would be nice to know what your last ownCloud version was |
Having the same issue here. Long deleted contacts still show up in the birthday calendar. My workaround:
|
@kitzberger @Bilemma |
@Julian1998 why would you wanna do that? ;-) |
@kitzberger It's a bug that we don't want to support :) So reproducing this would be very nice |
@Julian1998 for me it’s not been a problem of having duplicates. I just didn‘t want the deleted contacts to appear in the birthday calendar anymore. So for some reason the sync mechanism did not seem to update (in this case: delete) the deleted contacts. |
@kitzberger I know what you mean... But I guess these problems are somehow conneceted... For fixing your problem I have to reproduce the other one first |
@Julian1998 alright, here's how I was able to reproduce it with ownCloud 10.0.8 and Thunderbird 52.9.1 with SOGo Connector 31.0.2:
Then it's vanished from the contact app in ownCloud, but is still present in the calender as a birthday. If I delete the contact not in Thunderbird, but in ownCloud, all's good: it's gone in the calendar. Hope this helps! |
@kitzberger Thanks! I will have a look at it... |
Expected behaviour
After I delete a contact, its birthday entry should be removed from the calendar.
Actual behaviour
recently I noticed some (!) double birthday entrys in my contact's birthday calendar. After I deleted one of these contacts completely, one of the two entrys disappeared from calendar. But the other one is still there and I can't get get rid of it.
Maybe my database is corrupt after updating to the newest versions of owncloud and contacts app. Is there any way to check that?
Server configuration
Operating system:
Synology DSM 6.0.2-8451 Update 9
Web server:
Apache HTTP Server 2.2
Database:
PHP version:
PHP 5.6
ownCloud version: (see ownCloud admin page)
Contacts version: (see ownCloud apps page)
1.5.1
Updated from an older ownCloud or fresh install:
updated
Signing status (ownCloud 9.0 and above):
?
No errors have been found.
List of activated apps:
Enabled:
Disabled:
The content of config/config.php:
$CONFIG = array (
'trusted_domains' =>
array (
0 => 'xyz',
1 => 'xyz.ddns.net',
2 => 'xyz.synology.me',
),
'instanceid' => 'ocjkggqs5hc3',
'datadirectory' => '/volume1/web/owncloud/data',
'overwrite.cli.url' => 'http://xyz/owncloud',
'dbtype' => 'mysql',
'version' => '9.1.3.1',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_ownadmin',
'logtimezone' => 'UTC',
'installed' => true,
'theme' => '',
'loglevel' => 2,
'maintenance' => false,
'trashbin_retention_obligation' => 'auto',
);
Are you using external storage, if yes which one: local/smb/sftp/...
no.
Are you using encryption: yes/no
no.
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
WebDAV: Android DAVDroid; Windows 10 EM Client
Client configuration
Browser:
Chrome,( Edge)
Operating system:
Windows 10
CardDAV-clients:
Android DAVDroid;
Windows 10 EM Client (only used to correct the groups as described above)
ownCloud log (data/owncloud.log)
I only insert one line as an example, the log file is full of these:
{"reqId":"PFNhGGCynEemxmicEeU1","remoteAddr":"92.226.179.67","app":"PHP","message":"PHP Startup: No such handler: DBA_DEFAULT at Unknown#0","level":3,"time":"2017-02-07T11:46:13+00:00","method":"OPTIONS","url":"/owncloud/remote.php/carddav/principals/myname/","user":"myname"}
The text was updated successfully, but these errors were encountered: