mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-26 08:45:48 +03:00
[GH-ISSUE #134] Not connecting to DB #113
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SpudR on GitHub (Jun 28, 2015).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/134
Hi Jacob
I've not managed to upgrade my system to the latest release.
Overwriting the files on an existing install made it not possible to edit or create new notes.
Creating a new install and a whole new DB and the new install made no reference to the DB at all (nothing written to any of the tables)
I have followed both the upgrade docs and the new install docs but the new version simply doesn't work for me :(
Any idea?
@JLiscom commented on GitHub (Jul 1, 2015):
@SpudR The edit and create endpoints were hidden on purpose. You need to install CouchDB. It a nosql database server that allows the html5 client to have a full offline copy of your notes. So say when your in a store needing to look at your grocery list you will have the full notebook cached.
@SpudR commented on GitHub (Jul 4, 2015):
Thanks for the update, but I've got this running on a shared web server, with no way to install another db.
So is this killed for me?
@JLiscom commented on GitHub (Jul 8, 2015):
You can revert. Just download the older version and overwrite everything except the configs and the upload directory. Should still work ok.