Versión: Es un phpB 2.0.20 que se viene actualizando desde hace tiempo desde versiones 2.0.x
Servidor: de pago

Plantilla: SubSilver
Mods instalados: Thread & posts Al poner [thread]nº del topic[/thread] o [post]nº del post[/post] genera un enlace con el asunto del tema. Ejemplo
En escasas ocasiones al tratar de consultar un mensaje privado da un error como el siguiente:
Código: Seleccionar todo
General Error
Could not update private message read status for user
DEBUG MODE
SQL Error : 1264 Out of range value adjusted for column 'user_unread_privmsg' at row 1
UPDATE phpbb_users SET user_unread_privmsg = IF(user_unread_privmsg - 1 < 0, 0, user_unread_privmsg - 1) WHERE user_id = 1234
Line : 273
File : privmsg.php
Saludos