1

(4 replies, posted in PunBB 1.2 troubleshooting)

Hi. I'm new to punbb and I'm also having some problems.
I'm using polish (utf-8) translation + postgresql 8.3.1 (with database encoding utf8). Php is also configured for utf8. Now, when I try add new post punbb throws error:

File: /srv/www/domain/public_html/include/search_idx.php
Line: 132

PunBB reported: Unable to fetch search index words

Database reported: ERROR: invalid byte sequence for encoding "UTF8": 0xe5bc6c HINT: This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".

Failed query: SELECT id, word FROM forum_search_words WHERE word IN('something','umo?liwiaj?cy')

What should I do?

edit: Oh. I see You don't support multibyte. For now I have manually added /u to all preg_ functions but is there a better way to do this?