You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/Install.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ These are stored in the following lines of code in `/OpenNote/Config.php`:
46
46
- Create a SQLite database file and execute the SQL DDL from `Service/model/sql` and run `notebook.sqlite.sql`.
47
47
- Change the database connection settings inside of `Service/Config.php` to match your db settings.
48
48
- These are stored in the following lines of code in `/OpenNote/Config.php`:
49
+
- Also make sure you have php5-sqlite driver installed and have group write access to SQLite database file, or you cannot register or login and you can't see any useful error messages.
49
50
50
51
Uncomment the following lines in the dbConfig function:
0 commit comments