Title: Website Configuration Error
Last modified: March 7, 2024

---

# Website Configuration Error

 *  Resolved [wpcork](https://wordpress.org/support/users/wpcork/)
 * (@wpcork)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/website-configuration-error/)
 * Hello,
 * I’m getting an error in my Burst Dashboard saying “Due to your server or website
   configuration it is not possible to track statistics”.
 * I know that this has come up in the support tickets before and the answer is 
   usually to change the permissions, download the file from GitHub and wait an 
   hour.
   I’ve done this but I’m not still not getting any visitors recorded and 
   the error message is still showing. I’ve also saved the permalinks a few times
   and this has not helped either.
 * This is a new website with no plugins installed except Really Simple SSL.
 * Are there other steps that I should take to correct this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwebsite-configuration-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17482810)
 * [@wpcork](https://wordpress.org/support/users/wpcork/) if I look on in the network
   tab on your website, I can see a request to the rest-api. The request seems to
   be successful.
 * Can you check if my visit was recorded? Please also check if you have not excluded
   your own ip-address or the administrator role from tracking.
 *  Thread Starter [wpcork](https://wordpress.org/support/users/wpcork/)
 * (@wpcork)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17482840)
 * Hi Rogier,
 * Thanks for the fast response and I can confirm that your visit was not captured.
   I’ve attached a screenshot that I took just now showing zero visits.
 * Also, I didn’t exclude any IP addresses and the plugin setup is just “out of 
   the box”.
 * ![](https://i0.wp.com/distinctivedmc.com/wp-content/uploads/2024/03/Burst-Screenshot.
   jpg?ssl=1)
 * – Donal
 *  Plugin Author [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17482857)
 * [@wpcork](https://wordpress.org/support/users/wpcork/) Can you try the following:
 * – install the wp debugging plugin
    – deactivate, and activate Burst again – then
   try in a private browser to visit the site – Then check the debug log to see 
   if there are any errors, and check if you have any visits.
 * If you see php errors, please post them here.
    -  This reply was modified 2 years, 3 months ago by [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/).
    -  This reply was modified 2 years, 3 months ago by [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/).
 *  Thread Starter [wpcork](https://wordpress.org/support/users/wpcork/)
 * (@wpcork)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17484267)
 * Hi Rogier,
   Here are the errors that were displayed in the admin area. I’ve left
   the WP Debug enabled so that you can see the errors on the front end when you
   visit the site.
 * **WordPress database error:** [Specified key was too long; max key length is 
   1000 bytes]
   `CREATE TABLE wpwa_burst_statistics ( ``ID` int NOT NULL AUTO_INCREMENT,`
   page_url` varchar(255) NOT NULL, `time` int NOT NULL, `uid` varchar(255) NOT 
   NULL, `time_on_page` int, `entire_page_url` varchar(255) NOT NULL, `page_id` 
   int NOT NULL, `referrer` varchar(255), `browser` varchar(255), `browser_version`
   varchar(255), `platform` varchar(255), `device` varchar(255), `device_resolution`
   varchar(255), `session_id` int, `first_time_visit` tinyint, `bounce` tinyint 
   DEFAULT 1, PRIMARY KEY (ID), INDEX time_index (time), INDEX bounce_index (bounce),
   INDEX page_url_index (page_url), INDEX session_id_index (session_id), INDEX time_page_url_index(`
   time`, `page_url`) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
 * **WordPress database error:** [Specified key was too long; max key length is 
   1000 bytes]
   `CREATE TABLE wpwa_burst_summary ( ``ID` int NOT NULL AUTO_INCREMENT,`
   date` DATE NOT NULL, `page_url` varchar(255) NOT NULL, `sessions` int NOT NULL,`
   visitors` int NOT NULL, `first_time_visitors` int NOT NULL, `pageviews` int NOT
   NULL, `bounces` int NOT NULL, `avg_time_on_page` int NOT NULL, `completed` tinyint
   NOT NULL, UNIQUE KEY unique_date_page_url (date, page_url), INDEX page_url_date_index(
   page_url, date), INDEX date_index (date), PRIMARY KEY (ID) ) DEFAULT CHARACTER
   SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
 *  Plugin Author [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17484284)
 * [@wpcork](https://wordpress.org/support/users/wpcork/) Ah, I see the issue. We’ve
   discovered that this can occur on some hosting environments. We already have 
   a patch ready for this, to be released on Monday, but you can download the latest
   version from GitHub to get it resolved earlier:
    [https://github.com/burst-Statistics/burst](https://github.com/burst-Statistics/burst)
 * Let me know if that helps!
 *  Thread Starter [wpcork](https://wordpress.org/support/users/wpcork/)
 * (@wpcork)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17484297)
 * Thanks Rogier,
   It’s not urgent, so I’ll wait for the updated version to be issued
   next week. If it means anything, I also got these pop-up messages…
 * ![](https://i0.wp.com/distinctivedmc.com/wp-content/uploads/2024/03/Burst-Messages.
   jpg?ssl=1)
 *  Plugin Author [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17485585)
 * These are probably related, and should be gone after the next update.
 *  Thread Starter [wpcork](https://wordpress.org/support/users/wpcork/)
 * (@wpcork)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17503530)
 * Hi Rogier,
 * I’ve updated to the latest version of your plugin (1.5.7) but I’m still seeing
   the error.
 * It looks like it’s recording visitors and page views, but is there something 
   I can do about the error?
 * Thanks again,
   Donal
    -  This reply was modified 2 years, 2 months ago by [wpcork](https://wordpress.org/support/users/wpcork/).
 *  Plugin Author [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17506510)
 * Do you mean the errors in the popups?
 * Can you check if you see any errors in the browser console? And please also check
   for php errors in the logs.
 *  Thread Starter [wpcork](https://wordpress.org/support/users/wpcork/)
 * (@wpcork)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17509010)
 * Hi Rogier,
 * It’s the original error that I’m seeing…
 * _Due to your server or website configuration it is not possible to track statistics._
 * There are no errors in the console log and there is one error in the php error
   log…
 * _[18-Mar-2024 14:04:21 UTC] Cron reschedule event error for hook: rsssl\_every\
   _five\_minutes\_hook, Error code: invalid\_schedule, Error message: Event schedule
   does not exist., Data: {“schedule”:”rsssl\_five\_minutes”,”args”:[],”interval”:
   300}_
 * Does this help?
   – Donal
 *  Plugin Author [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17509136)
 * [@wpcork](https://wordpress.org/support/users/wpcork/) It looks like the test
   that Burst runs on the endpoint results in a false positive, causing Burst to
   give this warning.
 * Burst tries to load the endpoint, if that doesn’t work it tries the Rest API.
   If that also fails it gives this warning. It is possible that a security plugin,
   or server configuration is blocking this test request.
 * As statistics are being tracked, it is a false positive, so you can safely ignore
   the notice.
 * The PHP error is not really an error, but rather a warning. It can also be ignored,
   as it only notifies you of a cron schedule without an action linked to it. It
   is an obsolete cron schedule from Really Simple SSL, as I manage that plugin 
   as well I’ll include a cleanup on this cron job on the next release.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Website Configuration Error’ is closed to new replies.

 * ![](https://ps.w.org/burst-statistics/assets/icon-256x256.png?rev=2672964)
 * [Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)](https://wordpress.org/plugins/burst-statistics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/burst-statistics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/burst-statistics/)
 * [Active Topics](https://wordpress.org/support/plugin/burst-statistics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/burst-statistics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/burst-statistics/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/website-configuration-error/#post-17509136)
 * Status: resolved