I donĀ“t understand why I am getting this error message. Could not connect, please check server settings in config.php. Error: Access denied for user 'motiva_webim'@'localhost' (using password: NO)
* MySQL Database parameters
*/
$mysqlhost = "localhost";
$mysqldb = "motiva_webim";
$mysqllogin = "motiva_webim";
$mysqlpass = "$password";
$mysqlprefix = "";
The same settings I used to install Joomla and they work. Could anyone kindly help me? Thank you.