Researching further, it seems to be some repairable case of the error, however, digging deeper, this particular seems to be beyond repair.
Here's an issue: I was stupid enough to not have back up on the SQLite database file residing on the site -- so I'm now stuck without all the backlog on the blog disappeared. I may be able to open .ht.sqlite file in text editor to recover contents of the file, but probably without date portion of the posting intact -- as I really doubt they are in human readable format.
Bright side of the story is that I am currently staging a NPO website which actually uses similar setup -- now I think I am migrating it to better setup, perhaps with MySQL server instead of crappy SQLite database.
Two lessons I learned:
- Back up database file.
- Drop SQLite.

No comments:
Post a Comment