-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Few small issues with a fresh install (v0.24) #241
Comments
Sorry, I started with a problem but totally forget my manners. I really appreciate this project - it has a unique combination of everything I ever wanted from wiki engines: a simplicity, file based storage and a native support of Markdown syntax. It's just a perfect match for my use case. |
Also when you hit
And similar thing for
|
One more thing, when I hit the "/index.php?action=user-preferences" I can see an extra
|
Upon the initial installation, the installer doesn't check if sqlite3 PHP module is installed, even though right now there's a hard requirement for it. This results in a wiki instance being created without creating so much needed sqlite3 database.
It looks functional, unless you attempt to create a new page and save it (preview works fine, btw). But upon saving you start getting HTTP 500.
In apache2 error.log you see this and this is when you realize that you missed to install sqlite3:
But just installing it doesn't help. You still see these errors upon saving a page:
My guess this happens because the database is only created during the initial install / wiki instance creation.
I'm not familiar with PepermintWiki architecture so I cannot suggest how strong is the requirement for sqlite3 - it's up to you guys to make a decision. The proposed solution here could be:
The text was updated successfully, but these errors were encountered: