Topic: User registration error
I have this problem when a user is trying to register on my forum. Seems it's an issue when I tried using UTF8 encoding for the forum.
The error I get is this (debuging on)
File: /usr/home/web/wno65308/wii-fan.net/forum/register.php
Line: 135
PunBB reported: Unable to fetch user info
Database reported: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' (Errno: 1267)
edit: I've done this modification:
http://punbb.org/forums/viewtopic.php?id=9146
Also, I did upgrade from 1.2 to 1.2.11 a while ago. Could have something to do with this.