Merijn Schering

Results 218 comments of Merijn Schering

It really looks like the column is an int instead of a string. I can't replicate this error here. Can you enable debug in config.php and post the error with...

I fixed "All contacts". But the Everyone group name is stored in the database. You can rename it in the system settings.

I wrote a simple extension that supports signing and encrypting the full message. If you're interested you can get it here: https://github.com/Intermesh/groupoffice/blob/sourceguardian/www/go/core/mail/PHPMailer.php

thanks for the tip on setSMTPInstance. I'll change that. Sorry, I haven't tried DKIM signing. Our mail server handles that.

That is strange. I haven't seen that before. The encrypted passwords of email accounts look like that. It looks like they are encrypted twice. Did this happen after an upgrade?

Yes you're totally right. I think we didn't change this yet as there are more things counting on a unique module name. One thing for sure is that a main...

no, but It must have something todo with a 6.6 version running on the same system. the aclId column was removed in 6.7.

Fixed for the next release.

That's tricky indeed. As for the lang is defined as: Repeat every %s at %s So we can't distinguish single or multiple. Is there a generic solution?

Maybe my last commit improves it?