Just updated to client 2.3. Cleared cache and all blastchat cookies. Frontend seems to be working ok...
When accessing the config from admin backend side ( / com_blastchatc / config) I get this error:
QUOTE:
Error updating database: DB function failed with error number 1060
Duplicate column name 'adm_expand' SQL=ALTER TABLE `jos_blastchatc` ADD `adm_expand` BINARY( 1 ) DEFAULT '1' NOT NULL
SQL =
UPDATE `jos_components` SET name='BlastChat client 2.3' WHERE link LIKE 'option=com_blastchatc'
When I try to access the user mgmnt side ( / com_blastchatc / users) I get the error.
QUOTE:
Error updating database: DB function failed with error number 1060
Duplicate column name 'adm_expand' SQL=ALTER TABLE `jos_blastchatc` ADD `adm_expand` BINARY( 1 ) DEFAULT '1' NOT NULL
SQL =
UPDATE `jos_components` SET name='BlastChat client 2.3' WHERE link LIKE 'option=com_blastchatc'
and Registration ( / com_blastchatc / register) shows the same
QUOTE:
Error updating database: DB function failed with error number 1060
Duplicate column name 'adm_expand' SQL=ALTER TABLE `jos_blastchatc` ADD `adm_expand` BINARY( 1 ) DEFAULT '1' NOT NULL
SQL =
UPDATE `jos_components` SET name='BlastChat client 2.3' WHERE link LIKE 'option=com_blastchatc'
All instanses with nothing more than the error message.
So whattaheck am I supposed to do now?
