05-15-2019, 12:21 PM
Hi JohnnyBravo
Thanks for reporting this error.
This isn't something I know about, but I dumped the databse and noticed the line
I therefore ran
And I could now run the sqlite3 commands without the "read only" error.
If you try this, please let me know how the rest of the install goes.
Adrian.
Thanks for reporting this error.
This isn't something I know about, but I dumped the databse and noticed the line
Code:
CREATE TRIGGER ro_columns BEFORE UPDATE OF param, value, [action] ON cfg_hash FOR EACH ROW BEGIN SELECT RAISE(ABORT, 'read only'); END;
I therefore ran
Code:
sudo sqlite3 /var/local/www/db/moode-sqlite3.db "DROP TRIGGER ro_columns"
And I could now run the sqlite3 commands without the "read only" error.
If you try this, please let me know how the rest of the install goes.
Adrian.