-
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
Blank group, not deletable #575
Comments
Can I ask you to test this version: |
Thank you very much -this version solved the problem for me! I don't know what exactly changed, but everything works fine now! Thank you so much for the fast help! |
another hint: i found in the exported vcard of all contacts the following: Excuse me please if this is normal - but to me it seems that this might have to do with this problem. |
I saw this 'blank group' too. My fix in #582 fixes this bug too :-) |
Please test this version - THX |
I tested your Version but the blank group is still there. I'm sorry! |
hmmm ... would be good to identify which vcard is causing the generation of this empty group .... |
I updated recently to OwnCloud X and have now contacts 1.5.3 running. The problem with the blank group still exists. I would like to identify the vcard as you told me, but I don't know how to do that. Any suggestions? |
Expected behaviour
A list of all groups on the left side of the screen. No blank lines between "not grouped" and first group.
Actual behaviour
A blank line is inserted between "not grouped" and the first group name. See picture. Also a blank group is inserted in the drop down list in the contact details area (can't see this on the screenshot). It is the first entry in the list and it's only about half the height of the other entries.
I think, somehow there is a group with an empty name. I already synced all my contacts to an external device, edited there all contacts without any group/category to a new Group "TEMPGROUP". After a Sync the blank group disappeared, i was happy. I deleted the TEMPGROUP an everything was like expected. BUT: After 24h i came back and there was the blank group again.
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: