Re: Re: Re: Re: Install not working
Benoit Hamet <[email protected]> Wed, 10 Nov 2010 11:30:46 +0100
| Newsgroups | gmane.comp.web.phpgroupware.general |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I guess I found where's the bug comes from ... in short : Please configure mysql as iso-88** system not utf-8. phpgw in it's 0.9.16 flavor is not utf-8 compliant. for other people getting that kind of error, and for history archiving : http://bugs.mysql.com/bug.php?id=6604 lead to the conclusion : don't use UTF-8 which is now probably the default in most cases. I know that postgresql allow you to create a cluster of iso-88** tables, and that's what I use for my testing since .lang file are in iso-88 format for our stable version. Hope this helps, Please tell me if it works for you. Regards, Caeies.