Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6131
Why does Webalizer return a “Cannot get necessary info” error when checking the statistics on my Fully Managed Linux hosting account? | Advanced Internet Technologies

This error will occasionally occur for the following reasons:

  1. The log files are not enabled for either the top level domain or for the virtual hosts. You need tologin to FTP, and modify the httpd.conf file and turn the logs on for the domain in question. Hereis an example of what it would look like:TransactionLog /www/logs/access_log
  2. The webalizer.conf file for that domain does not have the correct path to the access logs like thefollowing:LogFile /www/logs/access_logYou will need to ensure that the Webalizer.conf file contains the same directory as in section 1.EX: LogFile /www/logs/access_log