In case you run into the error:
"HTTP error 401 You do not have permission to access this page"
when visiting the
Logaholic statistics, after your
cPanel is upgraded from 11.30.x, 11.31.x to 11.32.x, follow the next steps to solve it:
1. Login to your server via ssh
2. execute the commands
a. move the current
Logaholic installation
mv /usr/local/cpanel/base/3rdparty/Logaholic /usr/local/cpanel/base/3rdparty/Logaholic.bk
b. reinstall
Logaholic
/usr/local/cpanel/bin/update-logaholic --force
c. restart
cPanel
service cpanel restart
The error should be gone and
Logaholic should be functioning properly.