I got error bellow after saving Forena configuration, but I got also success messages.
PDOException: SQLSTATE[42703]: Undefined column: 7 ERROR: column "descriptor" of relation "forena_reports" does not exist LINE 1: INSERT INTO forena_reports (report_name, title, descriptor, ... ^: INSERT INTO forena_reports (report_name, title, descriptor, category, hidden, cache, src, altered, modified) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8); Array ( ) forena_save_report() (rinda 163 no ...\sites\all\modules\forena\forena.admin.inc).
Comments
Comment #1
janeks commentedDisappeared after I clear and recreate repositories.
Comment #2
metzlerd commentedYes, I've done some changes to the internal db structures. Right now I am not writing shema update hooks for version 7x.-2x, so there may be times when you need to disable and uninstall the module. I'll try and be clearer in the issue queue comments when I need to do that.