I have no idea why it does not work on your server. The problem is that perl ( vlogger) cant connect reliably to mysql. As a workaround you can disable traffic logging by editing the file:
sites-enabled/000-ispconfig.conf
and changing the line:
Code:
CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m%d-access.log\" -d \"/etc/vlogger-dbi.conf\" /var/log/ispconfig/httpd" combined_ispconfig
to
Code:
CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m%d-access.log\" /var/log/ispconfig/httpd" combined_ispconfig
and restart apache. This disables only traffic logging, webalizer and awstats will work.