kumarsivarajan / mollify

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

clean install not working #594

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run through install
2.
3.

What is the expected output? What do you see instead?
admin user gets created

What version of the product are you using? On what operating system?
2.6.1 says install issues fixed

Please provide PHP error log and any additional information below.
Error executing queries (CREATE TABLE `mollify_user` ( `id` int...): Key column 
'key' doesn't exist in table

If I look in the table that was just created there is no key there is a id 
column

Original issue reported on code.google.com by john...@gmail.com on 2 Feb 2015 at 11:20

Attachments:

GoogleCodeExporter commented 8 years ago
It's the second last line in "create_tables.sql", it says "key" when it should 
be "md_key". The word "key" was considered as reserved keyword, and caused 
problems. So I changed this into update script, install was forgotten.

Original comment by mollify....@gmail.com on 3 Feb 2015 at 11:52

GoogleCodeExporter commented 8 years ago
Issue 595 has been merged into this issue.

Original comment by mollify....@gmail.com on 3 Feb 2015 at 11:53

GoogleCodeExporter commented 8 years ago
Fixed in 2.6.2 (or just update the create_tables.sql from 
https://github.com/sjarvela/mollify/blob/master/backend/db/mysql/sql/install/cre
ate_tables.sql)

Original comment by mollify....@gmail.com on 3 Feb 2015 at 12:00