An error occurred while connecting to the database

An error occurred while connecting to the database

cha59cha59 Posts: 87Questions: 23Answers: 0

Getting this error, have't seen it before.

DataTables warning: table id=example - An error occurred while connecting to the database ''. The error reported by the server was: SQLSTATE[HY000] [1045] Access denied for user ''@'10.27.23.8' (using password: NO)

Changed include in php file to "../../lib/DataTables.php" because of Editor version 1.9.0 (used to be ../../php/DataTables,php).
Have't changed password or anything connecting MySQL. My phpAdmin works fine.
Any ideas?

Claus

Answers

  • cha59cha59 Posts: 87Questions: 23Answers: 0

    Problem solved. Connect to server changed in version 1.9.0, so config.php has to be filled with data on server, password etc. Now it works fine.

This discussion has been closed.