The installer fails to create on of the tables:
DEVICEID2CONTENTID2ROIDRIGHTS
i suppose that the table name is too long.
I have tested it against mysql version 4.1 as recommended in the documentation.
Logged In: NO
forgot to put my email address. you can reach me at p.lipka@amg.net.pl
The actual problem is that the primary key in this table consists of two 255 bit varchar fields which is too long.
If you make one of the fields 128 bits it works fine.
Log in to post a comment.
Logged In: NO
forgot to put my email address. you can reach me at
p.lipka@amg.net.pl
Logged In: NO
The actual problem is that the primary key in this table
consists of two 255 bit varchar fields which is too long.
If you make one of the fields 128 bits it works fine.