Open GoogleCodeExporter opened 9 years ago
I had the same issue but i solved it by changing this line in the index.php in
the install folder
UNIQUE KEY `pn` (`path`(250),`name`(250))
to this:
UNIQUE KEY `pn` (`path`(165),`name`(165))
Original comment by SKersha...@gmail.com
on 26 Jun 2012 at 8:05
Original issue reported on code.google.com by
dam...@mzone.com.pl
on 25 Jun 2012 at 2:14Attachments: