Unknown column groupdn in field list query: UPDATE ldap_lookup...
fixed it adding groupdn to ldap_lookup table
alter table `ldap_lookup_associate` add column `groupdn` varchar (255) NULL COLLATE utf8_general_ci
Unknown column groupdn in field list query: UPDATE ldap_lookup...
fixed it adding groupdn to ldap_lookup table
alter table `ldap_lookup_associate` add column `groupdn` varchar (255) NULL COLLATE utf8_general_ci
Comments
Comment #1
kibblewhite commentedThere is not meant to be a `groupdn` column in the 'ldap_lookup_associate' table?
I can not find in the code any reference of groupdn in this table, only 'ldap_lookup' which in the latest release of the source has this in:
Comment #2
kibblewhite commentedComment #3
H3rnand3z commentedsorry I meant the ldap_lookup table. I was upgrading from previous version when I got this error I also got a missing ldap_lookup_associate table message, next time I will uninstall first.
Thanks