Skip to content

Installation tips

mtwebit edited this page Nov 3, 2020 · 4 revisions

After creating your ProcessWire site, install the module the usual way and follow the instructions on the module's config page.

Ensure that your ProcessWire installation and the underlying database meets the encoding and indexing requirements of your data.
The default settings mainly work for the en-us locale. See Encoding.md for more details.
Certain PHP installations (e.g. PHP-FPM on Alpine linux) have some problems with iconv() routines. Ensure that you are using glibc and not other libc implementations. You can prefix your PHP code with the appropriate library path: LD_PRELOAD=/usr/lib/preloadable_libiconv.so /usr/bin/php ...

PW 3.0.62 has a bug and needs manual fix for conditional hooks. See this issue for a fix or upgrade to the latest dev.

Clone this wiki locally