|
|||||||||||
|
Problem with ERROR: invalid byte sequence for encoding "UTF8": 0x8a
From: Andrew R Jackson <arjackson78(at)gmail.com>
Date: Mon Jul 30 2007 - 13:54:02 EDT
ERROR: invalid byte sequence for encoding "UTF8": 0xd255 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". STATEMENT: SELECT spam_count, ham_count, atime
FROM bayes_token
WHERE id = $1
AND token = $2
ERROR: invalid byte sequence for encoding "UTF8": 0xd255 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". STATEMENT: INSERT INTO bayes_token
(id, token, spam_count, ham_count, atime)
VALUES ($1,$2,$3,$4,$5)
Here is my local.cf file: spamd runs with these arguments: /usr/bin/spamd -d -i 127.0.0.1 -m 5 -H -q -x -d --pidfile=/var/run/spamd.pid Any help would be appreciated. Thanks. Received on Mon Jul 30 13:54:46 2007 This archive was generated by hypermail 2.1.8 : Mon Oct 22 2007 - 09:44:12 EDT |
||||||||||
|
|||||||||||