Solution
Perform the following:
1) SSH to server as root and run the following commands:
echo "" >
/scripts/runweblogs
/scripts/fixwebalizer
Or issue the following commands; It will update the stats of all users, and can be time consuming:
root# cd /var/cpanel/users
root# for i in * ; do /scripts/runweblogs $i ; done