kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Error Could not install Error executing queries / Unknown table engine, mollify 2.0 #458

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Mollify requires an administrator user:

"2/2 Administrator User"
Enter username and password, and click "Install" to finish installation.

after hitting "Install"

admin user setup the following errormsg is comin up: 
"Could not install
Error executing queries (CREATE TABLE `user` ( `id` int(11) NOT...): Unknown 
table engins ''"

tried the manual import via sql scripts:
"create_tables.sql" ; "params.sql" 

still same issue w/ the table engine 

selected "InnoDB" as engine 
What is the expected output? What do you see instead?

expecting the "mollify front end / interface"

instead:

Error
Could not install
Error executing queries (CREATE TABLE `user` ( `id` int(11) NOT...): Unknown 
table engine ''

Original issue reported on code.google.com by felix.of...@googlemail.com on 8 Sep 2013 at 9:31

GoogleCodeExporter commented 8 years ago
Seems like new installer does not read the engine value properly from the 
configuration (format was changed in 2.0), you could try again with the 
attached database class (replace in backend/db/mysql).

Or if you run it manually, you could remove all the "ENGINE = '{ENGINE}'" from 
the create table commands to use the default engine, or just type in the 
desired value.

Original comment by samuli.j...@gmail.com on 8 Sep 2013 at 9:51

Attachments:

GoogleCodeExporter commented 8 years ago
thank you ! :)

Original comment by felix.of...@googlemail.com on 8 Sep 2013 at 12:01

GoogleCodeExporter commented 8 years ago
Fixed in 2.0.1

Original comment by samuli.j...@gmail.com on 8 Sep 2013 at 5:26