Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
548 stars 300 forks source link

"Access denied for user 'root'@'localhost' (using password: NO) Error-Code: 1045" #210

Closed ghost closed 8 years ago

ghost commented 9 years ago

Having issues installing the script on PhpBB. I'm using PhpBB 3.1.5 and i'm probably doing something wrong with the databases i'm not sure.

I get the error "Error-Report: Access denied for user 'root'@'localhost' (using password: NO) Error-Code: 1045" when I visit my chat directory.

I don't really know what i'm doing wrong so any help would be much appreciated.

Thanks

zhiephie commented 9 years ago

Check configure in here, file name config.php. https://github.com/Frug/AJAX-Chat/blob/master/chat/lib/config.php.example#L22

ghost commented 9 years ago

Edit: Now it shows this http://prntscr.com/8doya5

zhiephie commented 9 years ago

See this https://area51.phpbb.com/phpBB/viewtopic.php?t=45027&start=10

wintstar commented 9 years ago

Please look here https://github.com/Frug/AJAX-Chat/issues/191, https://github.com/Frug/AJAX-Chat/issues/183

It´s a problem with deactivatet super global

Frug commented 8 years ago

This issue is caused by chat's custom.php being unable to read the database variable in phpbb3.1

It's patched and we should discuss it in usse #183