distantnative / search-for-kirby

Kirby 3 plugin for adding a search index (sqlite or Algolia).
43 stars 3 forks source link

SQLite: document extensions #26

Closed yoanmalie closed 3 years ago

yoanmalie commented 3 years ago

Hello, The plugin work well on localhost but today I tried it on a dev environment and I can't build the index, the shell script tell me :

Loading Kirby...
Reindexing using the Search plugin...
Error: could not find driver

What am I missing?

Thanks!

yoanmalie commented 3 years ago

It look like it's just the sqlite3.so atd the pdo_sqlite3.so extensions that I have to enable… So I've enabled them but still get the error 🤔

yoanmalie commented 3 years ago

Ok I got it. I was wrong with the pdo_sqlite3.so one. Here the two extensions I have to enable:

extension=sqlite3.so
extension=pdo_sqlite.so

Can we add it to the doc so other peoples not familiar with server configuration like me can do it easier?

Thanks!

distantnative commented 3 years ago

✅ Will be included in the docs alongside 1.1.0 release this week.