|
|
Zippy_Brown
regular
Reg'd: Fri
Posts: 88
Loc: /dev/null
|
Re: php chat & mysql
Sat Jan 27 2007 09:24 AM
|
|
|
The first error is simply saying it cannot connect to your database, double check the following: - are your database username and password correct. It will fail if these are not right. - do you have permission to access your MySQL database via sockets? Check with your hosting company.
Do not worry about the second error. It is only showing because of the first error. Sessions can only be created if nothing has been written to the screen first, and because your error message has been displayed before the session tried to start, it generates a warning. Correcting the first issue will solve this one too.
-------------------- Zippy
|
|
|
|
|