aaujon / Inventirap

Inventirap repository, a free and open source inventory application
5 stars 0 forks source link

Database error #87

Closed spapazog closed 12 years ago

spapazog commented 12 years ago

My problem with database this morning is big: someone changed the field "ldap" in the Utilisateurs table by "name" ! Why ? I'm reverting to the old version, because when connecting to the application, the database throws this error: Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ldap' in 'where clause' SQL Query: SELECT Utilisateur.id, Utilisateur.name, Utilisateur.role FROM mydb.utilisateurs AS Utilisateur WHERE ldap = 'Hillembrand Cedric' We should not have to change the database. The full name is only for materiel.

Correcting the bug right now, because I can't use the app !

spapazog commented 12 years ago

Now we have problem with creating new user in the database. So reverting to old architecture + modification of database search !