> > MySQL said: > > #1071 - Specified key was too long; max key length is 765 bytes > > > > > > Any clues what needs to be corrected? I have MySQL 5. > > Aah, a common problem with UTF. Which can be workaround by not using UTF > for a database collation. But I wish it could be fixed.
Can you try mysql4 for the convert-tsql script? this reduces the key lengths. I don't see any way to "fix" this, its a limit in MySQL and due to the flexibility of v2 and the RFC domain length of 255 characters it will more than likely always exceed with UTF (not to mention the length of the first part of the email address). I don't want to impose further limits on the macro part of the tracking key either as this will more than likely come back and bite us in the future. What I can do is have convert-tsql generate the character set to ensure that UTF is not used? > Anyway, I'm a bit farther, but whatever I choose in the web interface, I > get an empty page and an error in Apache's log: > > > PHP Fatal error: Class 'PDO' not found in > /srv/www/webui/includes/db.php on line 14, referer: http://server/webui/ PHP 5 is required, which version are you running? -N
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ policyd-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/policyd-users
