I have hundred of errors like this one in /var/log/apache2/error.log:
[alert] i-MSCP Vlogger: Unable to dump tracker: DBI connect('database=imscp;host=127.0.0.1;port=3306','vlogger_user',...) failed: Access denied for user 'vlogger_user'@'localhost' (using password: YES) at /usr/local/sbin/vlogger line 493.
I have loged in with phpmyadmin using credentials on file:
/etc/imscp/apache/working/vlogger.conf
This user can access to imscp database to write on table httpd_vlogger (user can't delete records on this table), the table is empty.
My system:
i-MSCP 1.2.16
Build: 20160310
Debian GNU/Linux 8.3 (jessie)
I don't know if this is a problem of this system or a bug, I have another server with same Linux version and i-MSCP 1.2.15 and it is working nice and table httpd_vlogger contains some records.
Some advise?