MyBB Community Forums

Full Version: AJAX Chat - including MyBB integration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
I cannot get it to work on 1.4, it just says cannot connect
check the config file of the ajax chat, and insert your database details
does it matter what version of php/mysql i am using ? because i have php5 and mysql
works fine on this see my version in my sig. you will find the config file in: /forum/chat/lib/config.php
alright thanks
no problem Wink
awsome, i've got it working. one thing that should be noted is that the DB details need to be in quotes... otherwise it wont work... eg:

it has to be
$config['dbConnection']['host'] = 'localhost'; 
not
$config['dbConnection']['host'] = localhost;
Ok.. so do i need a new database for this chat? or should i use the mybb one?
you can use youre mybb database.
ok. let me try..

i get an error;
Quote:Error-Report: Database connection failed. Error-Code:
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38