
_query, _errno y _error
Publicado por Manuel Jp (3 intervenciones) el 25/02/2014 12:14:38
Buenos dias, estoy tratando de instalar un chat en mi foro; la instalación se hizo correctamente, la conexión con la base de datos también pero a la hora de loguearte en el chat sale esto, ¿podríais decirme donde está el error?. No tengo experiencia en "mysql" y no se por donde empezar. Muchas gracias.
[phpBB Debug] PHP Warning: in file [ROOT]/chat/lib/class/AJAXChatMySQLQuery.php on line 24: mysql_query() expects parameter 2 to be resource, object given
[phpBB Debug] PHP Warning: in file [ROOT]/chat/lib/class/AJAXChatMySQLQuery.php on line 26: mysql_errno() expects parameter 1 to be resource, object given
[phpBB Debug] PHP Warning: in file [ROOT]/chat/lib/class/AJAXChatMySQLQuery.php on line 27: mysql_error() expects parameter 1 to be resource, object given
Query: SELECT userID, userName, userRole, channel, UNIX_TIMESTAMP(dateTime) AS timeStamp, ip FROM `xxxxx`.ajax_chat_online ORDER BY userName; Error-Report: Error-Code:
[phpBB Debug] PHP Warning: in file [ROOT]/chat/lib/class/AJAXChatMySQLQuery.php on line 24: mysql_query() expects parameter 2 to be resource, object given
[phpBB Debug] PHP Warning: in file [ROOT]/chat/lib/class/AJAXChatMySQLQuery.php on line 26: mysql_errno() expects parameter 1 to be resource, object given
[phpBB Debug] PHP Warning: in file [ROOT]/chat/lib/class/AJAXChatMySQLQuery.php on line 27: mysql_error() expects parameter 1 to be resource, object given
Query: SELECT userID, userName, userRole, channel, UNIX_TIMESTAMP(dateTime) AS timeStamp, ip FROM `xxxxx`.ajax_chat_online ORDER BY userName; Error-Report: Error-Code:
Valora esta pregunta


0