adelahmd / mollify

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

invalid mysql request during install #595

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Cannot install the mollify SW.

Error msg is displayed after configuring the db:

Error executing queries (CREATE TABLE `mollify_user` ( `id` int...): La cl� 
'key' n'existe pas dans la table (in english: the 'key' key does not exist in 
the table)

Here is the structure of existing 'mollify_user' table when the bug occurs 
(obtained from phpmyadmin)

id int(11)
name varchar(255)
lang char(2)
description varchar(255)
user_type char(2)
email varchar(128)
auth varchar(8)
is_group tinyint(1)
expiration bigint(11)

I understand the error msg sent by mysql.
But no file, no line nbr indication in the error msg makes debugging impossible 
!
Please, try to deliver explicit err messages.

Thank you in advance

Original issue reported on code.google.com by hmie...@gmail.com on 3 Feb 2015 at 11:30

GoogleCodeExporter commented 8 years ago

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