• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue After migration AWstats and Webalizer not working

Comando

New Pleskian
Hi Plesk users...

In April of this year, I successfully migrated the plesk with my three sites to the new server, since then the statistics for all three sites are not working at all, it stands only in April 2017 as the last report.

For the AWstats stands a know notice for months:

This is the placeholder for Web statistics. If you see this page, that means that statistics for your server was not gathered yet, or bandwidth was not used. Statistics is typically set to run once every 24 hours. If you do not see a change to this page in the next 24 hours contact your server administrator for assistance.

This page has been automatically generated by Plesk.


While the last report for April 2017 is for the Webalizer.

I tried to refresh the database manually, but nothing happened, although it was said that the refreshment was successful i try this method: How to recalculate AWStats statistics from logs for previous months

Any vaild help ?
 
If you are using https you need just add the s to the http in the url, because Awstats and webalizer with Plesk are working only with http at the moment.
For further easier handling you could add the links with custom buttons to your dashboard, if you would like to do so.
Hope that solves your problem.
Sabine
 
Try this:

/usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=yourdomain.com

calculate statistics for all domains:

--calculate-all


For more information about this tool:

/usr/local/psa/admin/sbin/statistics --help


If yopu have any further questions, let me know.
 
If you are using https you need just add the s to the http in the url, because Awstats and webalizer with Plesk are working only with http at the moment.

I already have a pre-configured https link and is not in that problem.

Try this:

/usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=yourdomain.com

Nope... same situation, nothing happen or changed.
 
Oh sorry, when I think over the situation I have forgot that :oops:

Have installed all updates for your plesk? Using Plesk 17.0 or Plesk 17.5 ?


Best regards.
 
Mhhh, i found something about this issure in connection with an older plesk version:

This was the answer from the plesk support at this time:
(Make sure that you have an backup of the crontab file)
Code:
To correct this issure, correct in Crontab (root (Server > Crontab > root) the following entries:

18 2 1 * * /usr/local/psa/psa/run-parts.sh /etc/psa/plesk-cron.monthly
34 1 * * 7 /usr/local/psa/psa/run-parts.sh /etc/psa/plesk-cron.weekly
39 1 * * * /usr/local/psa/psa/run-parts.sh /etc/psa/plesk-cron.daily

must be replaced by this:

18 2 1 * * /usr/local/psa/bin/run-parts.sh /etc/psa/plesk-cron.monthly
34 1 * * 7 /usr/local/psa/bin/run-parts.sh /etc/psa/plesk-cron.weekly
39 1 * * * /usr/local/psa/bin/run-parts.sh /etc/psa/plesk-cron.daily

Then run the command to update statistics:

# /usr/local/psa/admin/sbin/statistics

If hope this solution will work for you.

Best regards.
 
Back
Top