mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-25 08:15:48 +03:00
[GH-ISSUE #51] Sqlite broken, rather just use MySql #47
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#47
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 @dagelf on GitHub (Jun 8, 2014).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/51
After a shallow dig into the source, stil nevertheless almost an hour of my life spent on it... I've come to the conclusion that sqlite support is broken. Seems like all the sqlite debugging functions I last used aren't around anymore, and the only error message is "query failed" when trying to register. Too bad. I should've just gone with MySql from the start, was up in running in under 5 mins.
Ubuntu 14.04, apache, Sqlite 3.8.2, PHP 5.5.9
@JLiscom commented on GitHub (Jun 9, 2014):
@dagelf
Sorry about that. My dev environment is in MYSQL. So that is what all the testing is done on.
We'll see if we cant get it back up for the next release