Acabo de seguir el tutorial que explica como modificar los ficheros de phpbb 2.0.8 para pasarlo al 2.0.10. Es el tutorial que estí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡ en este enlace.
Todo ha ido perfecto, he probado a ver si el foro funcionaba bien y a la vista todo iba bien, el í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?ºnico problema ha sido cuando me se me ha ocurrido probar a borrar un post o un mensaje privado. Al hacerlo, cuando aparece la ventana que me pregunta si quiero borrarlo o no, abajo, me aparecen estos errores:
ERRORES AL INTENTAR BORRAR UN MENSAJE PRIVADO:
Luego + abajo, un cuadro que pone ERROR GENERAL con este mensaje:Warning: mysql_query(): 13 is not a valid MySQL-Link resource in /home/caosreal/public_html/eq2/phpbb2/db/mysql4.php on line 118
Warning: mysql_error(): 13 is not a valid MySQL-Link resource in /home/caosreal/public_html/eq2/phpbb2/db/mysql4.php on line 330
Warning: mysql_errno(): 13 is not a valid MySQL-Link resource in /home/caosreal/public_html/eq2/phpbb2/db/mysql4.php on line 331
Si vamos a la linea 1816 del privmsg.php, nos encontramos con esto:Could not update private message new/read status for user
DEBUG MODE
UPDATE phpbbeq2_users SET user_unread_privmsg = user_unread_privmsg + user_new_privmsg, user_new_privmsg = 0, user_last_privmsg = 1101339188 WHERE user_id = 2
Line : 1816
File : /home/caosreal/public_html/eq2/phpbb2/privmsg.php
Esto en cuanto a intentar borrar un mensaje privado, luego al intentar borrar un post de cualquier tema, me aparece esto, justo abajo de la pantalla de confirmacií?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?³n (igual que con los privados):{
message_die(GENERAL_ERROR, 'Could not update private message new/read status for user', '', __LINE__, __FILE__, $sql);
}
Abajo de eso, lo mismo, una ventana de ERROR GENERAL, con esto:Warning: mysql_query(): 13 is not a valid MySQL-Link resource in /home/caosreal/public_html/eq2/phpbb2/db/mysql4.php on line 118
Warning: mysql_query(): 13 is not a valid MySQL-Link resource in /home/caosreal/public_html/eq2/phpbb2/db/mysql4.php on line 118
Warning: mysql_error(): 13 is not a valid MySQL-Link resource in /home/caosreal/public_html/eq2/phpbb2/db/mysql4.php on line 330
Warning: mysql_errno(): 13 is not a valid MySQL-Link resource in /home/caosreal/public_html/eq2/phpbb2/db/mysql4.php on line 331
Y en la linea 279 del page_header.php esto:Could not obtain user/day information
DEBUG MODE
SELECT user_id, username, user_allow_viewonline, user_level, user_session_time FROM phpbbeq2_users WHERE user_id > 0 ORDER BY user_level DESC, username ASC
Line : 279
File : /home/caosreal/public_html/eq2/phpbb2/includes/page_header.php
No sí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?© porque salen estos mensajes. Comentar que no afectan para nada al funcionamiento del foro, y que igualmente puedo borrar los mensajes privados y los posts, solo que al hacerlo bajo la pantalla de confirmacií?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?³n me salen esos mensajes.{
message_die(GENERAL_ERROR, 'Could not obtain user/day information', '', __LINE__, __FILE__, $sql);
}
Si alguien me puede orientar para eliminarlos, se lo agradecerí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Âa muchí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Âsimo. El resto del update parece que ha funcionado perfectamente, y eso que tengo un montí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?³n de MODS instalados. Ahora en cuanto solucione este error tonto, harí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?© el tutorial para pasar a la 2.0.11

Muchas gracias!
