I've integrated flashchat with vbulletin 3.0.3 and I'm adding this hack, but after step 1 in the instructions where index.php is modified, I upload and refresh my forum page and see the following at the top of the page.
Code:
Warning: mysql_connect(): Access denied for user: 'arob42@localhost' (Using password: NO) in /chat/inc/classes/db.php on line 15
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /chat/inc/classes/db.php on line 16
Warning: mysql_connect(): Access denied for user: 'arob42@localhost' (Using password: NO) in /chat/inc/classes/db.php on line 15
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /chat/inc/classes/db.php on line 16
Warning: mysql_connect(): Access denied for user: 'arob42@localhost' (Using password: NO) in /chat/inc/classes/db.php on line 15
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /chat/inc/classes/db.php on line 16
Is it trying to access my vbulletin database using arob42 as my userid? This is only part of my userid, but it has been truncated. Anyone know what might cause this? Shouldn't the userid be fetched from config.srv.php?
Also, does this even work with 3.0.3?
Thanks,
--Robert