FADA DB locked due to a script on "DB open"
FADAcore 2.3.1 and newer
Issue
"DB open" launcher calls a script that always returns false.
In modification mode, a message is simply displayed when DB is open.
In user mode, the application can't be open. Launcher and script can't be corrected.
Fix
Use another SQLite software (for example Letos) to fix the problem :
- open fada DB file ;
- execute
PRAGMA recursive_triggers=false;; - open fada_launchers table ;
- find records WHERE launcher_type='DB open' ;
- set state to NULL ;
- close fada DB file.
The fada application would be now openable :
- turn to modification mode ;
- modify "DB open" launcher or associated script ;