When uploading a CharakterProfiler.lua i get the following error-message. Other users get the same error as well. So i think it is independent from the .lua-file. I always see this error, but the update seems to work well anyway.
Database Error1054: Unknown column 'stages.count' in 'having clause'
SQL:
INSERT INTO `roster_addons_keys_keycache` (`member_id`, `key_name`, `stage`) SELECT '125', `stages`.`key_name`, `stages`.`stage` FROM (SELECT `locale`,`faction`,`key_name`,`stage`,`type`,`value`,`count` FROM `roster_addons_keys_stages`) AS stages, `roster_items` AS data WHERE `stages`.`locale` = 'deDE' AND `stages`.`faction` = 'A' AND `data`.`member_id` = '125' AND (`stages`.`type` = 'In' AND `data`.`item_name` = `stages`.`value` OR `stages`.`type` = 'Ii' AND `data`.`item_id` LIKE CONCAT(`stages`.`value`, ':%')) GROUP BY `stages`.`key_name`, `stages`.`stage`, `stages`.`count` HAVING SUM(`data`.`item_quantity`) >= `stages`.`count`;
File: lib\dbal\mysql.php
Line: 235