Title: Analytics Stats Issue
Last modified: June 30, 2026

---

# Analytics Stats Issue

 *  [moonshot056](https://wordpress.org/support/users/moonshot056/)
 * (@moonshot056)
 * [6 days, 7 hours ago](https://wordpress.org/support/topic/analytics-stats-issue/)
 * Hi,
 * I am not been able to see latest stats in overview and other pages of analytics
   since **6th June 2026**,
 * the plugin is up to date,
 * kindly check this issue.
 * You can check details…
 * **Status**
 * [https://pastebin.com/2UH9xQQr](https://pastebin.com/2UH9xQQr)
 * Fatal error on **6 June 2026**
 * [https://pastebin.com/skTSj9TQ](https://pastebin.com/skTSj9TQ)
 * Site was migrated earlier, but an error occured the disk space was reached, the
   only space was increased on that dat i-e **6 June 2026**
 * Thanks,
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fanalytics-stats-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [Frank Remmy (woo-hc)](https://wordpress.org/support/users/frankremmy/)
 * (@frankremmy)
 * [6 days, 6 hours ago](https://wordpress.org/support/topic/analytics-stats-issue/#post-18952021)
 * Hi [@moonshot056](https://wordpress.org/support/users/moonshot056/),
 * Thanks for sharing the detailed report and the fatal error log.
 * Your logs show that the `qxx_actionscheduler_actions` table is marked as crashed,
   and an automatic repair already failed:
 * > Table ‘./withinfluence_098/qxx_actionscheduler_actions’ is marked as crashed
   > and last (automatic?) repair failed.
 * This lines up with what you mentioned about the disk space issue during your 
   migration on June 6; a full disk during a write commonly corrupts MyISAM tables
   mid-process. Since Action Scheduler drives WooCommerce’s background jobs, including
   the Analytics sync process, all of those jobs have been silently failing since
   that date, which explains exactly why your stats stopped updating then.
 * This needs a database-level repair rather than a plugin fix:
    1. Take a [full database backup](https://woocommerce.com/document/import-and-export-a-site-database/)
       first, just as a precaution before any repair is attempted.
    2. Contact your hosting provider, or use phpMyAdmin yourself if you have access:
       select the `qxx_actionscheduler_actions` table, and choose “Repair table” from
       the table operations menu (or run `REPAIR TABLE qxx_actionscheduler_actions;`
       in the SQL tab).
 * After the repair, go to WooCommerce → Status → Scheduled Actions and confirm 
   pending actions start processing again, and check WooCommerce → Status → Logs
   for any new errors. Analytics should begin catching up once jobs are running,
   though it may take a little time given your backlog.
 * Let us know what you find!

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fanalytics-stats-issue%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/woocommerce-analytics/assets/icon-256x256.png?rev=3234682)
 * [WooCommerce Analytics](https://wordpress.org/plugins/woocommerce-analytics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-analytics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-analytics/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-analytics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-analytics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-analytics/reviews/)

## Tags

 * [Stats](https://wordpress.org/support/topic-tag/stats/)

 * 1 reply
 * 2 participants
 * Last reply from: [Frank Remmy (woo-hc)](https://wordpress.org/support/users/frankremmy/)
 * Last activity: [6 days, 6 hours ago](https://wordpress.org/support/topic/analytics-stats-issue/#post-18952021)
 * Status: not resolved