It seems several tables of the svy_framework db are corrupted, now we’ve updated to 6.0.7 these tables are causing errors in the Solution. I’ve manually fixed the nav_properties table. So I can log into the solution again. But there are more tables that are affected (nav_programs for example). I’m hoping there is a simpeler fix than manually change row by row.
This is how the form_object field in nav_program looks like:
"{"javaClass":"java.util.ArrayList","list":[{"_3":1,"javaClass":"org.mozilla.javascript.NativeArray","_0":1,"_1":"detail","_2":"call_dtl"},{"_3":1,"javaClass":"org.mozilla.javascript.NativeArray","_0":2,"_1":"table","_2":"call_tbl"}]}"
And this is another row that is correct (at least I think it is ):
"[[1,"detail","e_report_scheduler_dtl",1],[2,"table","e_report_scheduler_tbl",1]]"
Does anybody have a way to fix this for instance by a query, or with a simple function?