What steps will reproduce the problem?
1. Installing userGroups module on Win7 system with IIS and MySQL
What is the expected output? What do you see instead?
Database tables should be automatically created.
Instead, Installation fails with a message "Unable to create the tables in the
database..... "
What version of the product are you using? On what operating system?
Microsoft Win7
Microsoft IIS/7.5
MySQL 5.0.51a
userGroups 1.7.1
Please provide any additional information below.
The problem is caused by specifying the database engine = InnoDB when the
tables are created.
Testing the tables creation using phpMyAdmin gives the error "#1286 - Unknown
table engine 'InnoDB'"
Resolution : Remove the text 'ENGINE=InnoDB' from InstallController.php
Original issue reported on code.google.com by kossaw....@gmail.com on 20 Jul 2011 at 10:44
Original issue reported on code.google.com by
kossaw....@gmail.com
on 20 Jul 2011 at 10:44