An other thing:
- Before 1.1.0, the attachment datamanager file seems named class_attachment_vbglossar.php. and when you manage attachments to be in database (for example), it tells you the file didn't exist. The file is now named class_dm_attachment_vbglossar.php.
Edit line 296 of admincp/attachment_vbglossar.php in consequence.
And I see the attachment system is buggy with me. When I'm logged in, it tells me I'm userid 0 (line 529 of includes/class_dm_attachment_vbglossar.php). This is due because $entryinfo['userid'] is not defined from vbglossar_newattachment.php (and in this way, defined to be 0).
According to
this bug report, you can do the same.
PS: in this same file (vbglossar_newattachment.php), "$entryinfo = array();" is defined 2 times.