Error log gets completely flooded when trying to debug other things
-
Same problem as described in this review, error log gets completely flooded when trying to debug other things.
[26-Jun-2023 08:43:32 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:44:02 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:44:45 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:45:32 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:45:32 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:45:32 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:45:43 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:45:43 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:45:43 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:45:48 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:46:08 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:46:08 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:46:10 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:46:10 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:46:11 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:46:35 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:48:08 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:48:08 UTC] Burst Statistics: burst_create_statistic->required values are not set [26-Jun-2023 08:48:25 UTC] Burst Statistics: burst_create_statistic->required values are not set ...
There needs to be an option to disable this log output.
-
Hi @ov3rfly,
This is a genuine error that is necessary for debugging. I get that it is annoying when debugging an issue. But we need to solve the issue, so thanks for mentioning it.
This error is shown because not all values are set for tracking just before inserting in the database. All values should be set before inserting. So there is an issue within the tracking script.
Could you share your URL with us so I can take a look?
Kind regards,
HesselHow can I share URL with you? Can’t post URL in public.
Hi @ov3rfly,
I don’t think I need you’re URL. I did some tests, and I think I have fixed the issue. There was a problem where the page_id could sometimes be empty, resulting in an empty field. This was a required field, and thus there was an error thrown. The debug information is not removed, because this could provide us with valuable information on tracking issues. I hope you understand. (And you should not see them if tracking works correctly).
It should be fixed in the following branch. It would help us a lot if you could try out the fix. You can download the fix from our GitHub: https://github.com/Really-Simple-Plugins/burst/tree/Tracking-errors-fix
You can click on the green ‘Code <>’ button, then click on download ZIP. You can install that ZIP as a plugin on your website.
Please let us know if this fixes the issue!
Kind regards,
HesselImplemented the two changes of commit
a420463
intracking.php
and for now the flooding of error log seems to be stopped but still some entries appear.Will post an update of situation after a day or so.
After some observation here is the result: There are less entries now, but still way too many to be able to debug other things.
[28-Jun-2023 15:21:12 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:21:13 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:21:55 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:21:55 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:22:01 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:22:02 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:24:54 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:25:37 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:31:19 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:31:19 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:32:06 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:32:07 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:32:52 UTC] Burst Statistics: burst_create_statistic->required values are not set [28-Jun-2023 15:33:49 UTC] Burst Statistics: burst_create_statistic->required values are not set
Suggestion: Add an option to plugin to disable log output.
Tested the other commit
6c327e9
for one minute, error log gets totally flooded with this one, but maybe it helps to track down the issue further:[28-Jun-2023 16:08:17 UTC] Burst Statistics: burst_remove_empty_values->Array ( [last_visited_url] => /blog/[redacted1]/ [goal_id] => ) [28-Jun-2023 16:08:17 UTC] Burst Statistics: burst_remove_empty_values->Array ( [last_visited_url] => /blog/[redacted1]/ [goal_id] => ) [28-Jun-2023 16:08:17 UTC] Burst Statistics: burst_remove_empty_values->Array ( [entire_page_url] => https://www.example.com/blog/[redacted1]/ [page_url] => /blog/[redacted1]/ [page_id] => 0 [uid] => 2aefa27b37b16b85503c54961c34d689 [referrer] => [user_agent] => [browser] => [browser_version] => [platform] => [device] => [device_resolution] => [time_on_page] => 1 [bounce] => 1 [session_id] => 192558 [time] => 1687968497 [first_time_visit] => 1 ) [28-Jun-2023 16:08:17 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted1]/ [page_url] => /blog/[redacted1]/ [page_id] => 0 [uid] => 2aefa27b37b16b85503c54961c34d689 [time_on_page] => 1 [bounce] => 1 [session_id] => 192558 [time] => 1687968497 [first_time_visit] => 1 ) [28-Jun-2023 16:08:17 UTC] Burst Statistics: burst_remove_empty_values->Array ( [last_visited_url] => /blog/[redacted1]/ [goal_id] => ) [28-Jun-2023 16:08:17 UTC] Burst Statistics: burst_remove_empty_values->Array ( [entire_page_url] => https://www.example.com/blog/[redacted1]/ [page_url] => /blog/[redacted1]/ [page_id] => 0 [uid] => 02a6bdcef114ffcdf3b283338b8cd127 [referrer] => [user_agent] => [browser] => [browser_version] => [platform] => [device] => [device_resolution] => [time_on_page] => 2 [bounce] => 1 [session_id] => 192559 [time] => 1687968497 [first_time_visit] => 1 ) [28-Jun-2023 16:08:17 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted1]/ [page_url] => /blog/[redacted1]/ [page_id] => 0 [uid] => 02a6bdcef114ffcdf3b283338b8cd127 [time_on_page] => 2 [bounce] => 1 [session_id] => 192559 [time] => 1687968497 [first_time_visit] => 1 ) [28-Jun-2023 16:08:17 UTC] Burst Statistics: burst_remove_empty_values->Array ( [entire_page_url] => https://www.example.com/blog/[redacted1]/ [page_url] => /blog/[redacted1]/ [page_id] => 0 [uid] => 2ef1bc13be32d96a5a499b1e8d501410 [referrer] => [user_agent] => [browser] => [browser_version] => [platform] => [device] => [device_resolution] => [time_on_page] => 7447 [bounce] => 0 [session_id] => 192560 [time] => 1687968497 [first_time_visit] => 1 ) [28-Jun-2023 16:08:17 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted1]/ [page_url] => /blog/[redacted1]/ [page_id] => 0 [uid] => 2ef1bc13be32d96a5a499b1e8d501410 [time_on_page] => 7447 [bounce] => 0 [session_id] => 192560 [time] => 1687968497 [first_time_visit] => 1 ) [28-Jun-2023 16:08:49 UTC] Burst Statistics: burst_remove_empty_values->Array ( [last_visited_url] => /blog/[redacted3]/ [goal_id] => ) [28-Jun-2023 16:08:49 UTC] Burst Statistics: burst_remove_empty_values->Array ( [last_visited_url] => /blog/[redacted2]/ [goal_id] => ) [28-Jun-2023 16:08:49 UTC] Burst Statistics: burst_remove_empty_values->Array ( [entire_page_url] => https://www.example.com/blog/[redacted3]/ [page_url] => /blog/[redacted3]/ [page_id] => 0 [uid] => 346665a2e5bf2137607c024e40fe05c1 [referrer] => [user_agent] => [browser] => [browser_version] => [platform] => [device] => [device_resolution] => [time_on_page] => 44525 [bounce] => 0 [session_id] => 192561 [time] => 1687968529 [first_time_visit] => 1 ) [28-Jun-2023 16:08:49 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted3]/ [page_url] => /blog/[redacted3]/ [page_id] => 0 [uid] => 346665a2e5bf2137607c024e40fe05c1 [time_on_page] => 44525 [bounce] => 0 [session_id] => 192561 [time] => 1687968529 [first_time_visit] => 1 ) [28-Jun-2023 16:08:49 UTC] Burst Statistics: burst_remove_empty_values->Array ( [entire_page_url] => https://www.example.com/blog/[redacted2]/ [page_url] => /blog/[redacted2]/ [page_id] => 110383 [uid] => f-140541351227723fcb93fe72c842d43e [referrer] => [user_agent] => Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.58 [browser] => Edge [browser_version] => 114.0.1823.58 [platform] => Windows [device] => desktop [device_resolution] => 1920x1080 [time_on_page] => 82 [bounce] => 1 [session_id] => 192562 [time] => 1687968529 [first_time_visit] => 1 ) [28-Jun-2023 16:09:03 UTC] Burst Statistics: burst_remove_empty_values->Array ( [last_visited_url] => /blog/[redacted2]/ [goal_id] => ) [28-Jun-2023 16:09:03 UTC] Burst Statistics: burst_remove_empty_values->Array ( [entire_page_url] => https://www.example.com/blog/[redacted2]/ [page_url] => /blog/[redacted2]/ [page_id] => 0 [uid] => f-140541351227723fcb93fe72c842d43e [referrer] => [user_agent] => [browser] => [browser_version] => [platform] => [device] => [device_resolution] => [time_on_page] => 14389 [bounce] => 0 [session_id] => 192562 [ID] => 264368 ) [28-Jun-2023 16:09:03 UTC] Burst Statistics: burst_remove_empty_values->Array ( [ID] => 264368 [bounce] => 0 ) [28-Jun-2023 16:09:03 UTC] Burst Statistics: burst_remove_empty_values->Array ( [last_visited_url] => /blog/[redacted3]/ [goal_id] => ) [28-Jun-2023 16:09:04 UTC] Burst Statistics: burst_remove_empty_values->Array ( [entire_page_url] => https://www.example.com/blog/[redacted3]/ [page_url] => /blog/[redacted3]/ [page_id] => 74430 [uid] => f-140541351227723fcb93fe72c842d43e [referrer] => https://www.bing.com/ [user_agent] => Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.58 [browser] => Edge [browser_version] => 114.0.1823.58 [platform] => Windows [device] => desktop [device_resolution] => 1920x1080 [time_on_page] => 11 [bounce] => 0 [session_id] => 192562 [time] => 1687968543 [first_time_visit] => 0 ) [28-Jun-2023 16:09:14 UTC] Burst Statistics: burst_remove_empty_values->Array ( [last_visited_url] => /blog/[redacted3]/ [goal_id] => ) [28-Jun-2023 16:09:14 UTC] Burst Statistics: burst_remove_empty_values->Array ( [entire_page_url] => https://www.example.com/blog/[redacted3]/ [page_url] => /blog/[redacted3]/ [page_id] => 0 [uid] => f-140541351227723fcb93fe72c842d43e [referrer] => [user_agent] => [browser] => [browser_version] => [platform] => [device] => [device_resolution] => [time_on_page] => 10635 [bounce] => 0 [session_id] => 192562 [ID] => 264369 ) [28-Jun-2023 16:09:14 UTC] Burst Statistics: burst_remove_empty_values->Array ( [ID] => 264369 [bounce] => 0 ) [28-Jun-2023 16:09:14 UTC] Burst Statistics: burst_remove_empty_values->Array ( [last_visited_url] => /blog/[redacted4]/ [goal_id] => ) [28-Jun-2023 16:09:15 UTC] Burst Statistics: burst_remove_empty_values->Array ( [entire_page_url] => https://www.example.com/blog/[redacted4]/ [page_url] => /blog/[redacted4]/ [page_id] => 110335 [uid] => f-140541351227723fcb93fe72c842d43e [referrer] => [user_agent] => Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.58 [browser] => Edge [browser_version] => 114.0.1823.58 [platform] => Windows [device] => desktop [device_resolution] => 1920x1080 [time_on_page] => 8 [bounce] => 0 [session_id] => 192562 [time] => 1687968554 [first_time_visit] => 0 )
Hi @ov3rfly,
That does help us tremendously. The log: “burst_create_statistic->required values are not set” causes some data not to be saved, so this information is really helpful. So thank you for all the data you have provided to us. I’ll look into it this week.
Kind regards,
HesselHi @ov3rfly,
It seemed like no user agent was being sent with the requests.
Do you know why this could be the case? Is your target audience privacy-focused, or is your website crawled by unspecified crawlers? If you don’t know, no problem. I am just curious.
In this version, a request with no user agent should be handled, and the data should be saved correctly. If tracking works correctly, you shouldn’t see the debug logs.
You can download it here: https://github.com/Really-Simple-Plugins/burst/tree/Tracking-errors-fixPlease tell me if this fixes the issue. It will be shipped with the next release if all seems to be fixed.
Kind regards,
HesselHave added all 5 commits (Jun 26 and Jul 4) now.
Error log still gets entries, maybe it helps to track down the issue further:
[05-Jul-2023 11:36:44 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted1] [page_url] => /blog/[redacted1] [page_id] => 0 [uid] => f-7479cf61c9a1bf9f2a7b62cb7a350a7d [time_on_page] => 2623 [bounce] => 1 [session_id] => 206498 [time] => 1688557004 [first_time_visit] => 0 ) [05-Jul-2023 11:37:44 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted2] [page_url] => /blog/[redacted2] [page_id] => 0 [uid] => 0e973fef4f3989cbd60c7881df068d5d [time_on_page] => 2 [bounce] => 1 [session_id] => 206501 [time] => 1688557064 [first_time_visit] => 1 ) [05-Jul-2023 11:37:45 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted2] [page_url] => /blog/[redacted2] [page_id] => 0 [uid] => ca3be87abe55cd3088192d0ff44dc315 [time_on_page] => 2019 [bounce] => 1 [session_id] => 206502 [time] => 1688557064 [first_time_visit] => 1 ) [05-Jul-2023 11:38:15 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted3] [page_url] => /blog/[redacted3] [page_id] => 0 [uid] => 28041b9356efbbb464b41b0ffe610ed5 [time_on_page] => 1 [bounce] => 1 [session_id] => 206505 [time] => 1688557095 [first_time_visit] => 1 ) [05-Jul-2023 11:38:15 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted3] [page_url] => /blog/[redacted3] [page_id] => 0 [uid] => 606bcfc132208f9385878f097928ea9b [time_on_page] => 2707 [bounce] => 1 [session_id] => 206504 [time] => 1688557095 [first_time_visit] => 1 ) [05-Jul-2023 11:38:25 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted3] [page_url] => /blog/[redacted3] [page_id] => 0 [uid] => 28041b9356efbbb464b41b0ffe610ed5 [time_on_page] => 10334 [bounce] => 0 [session_id] => 206507 [time] => 1688557105 [first_time_visit] => 1 ) [05-Jul-2023 11:39:12 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/ [page_url] => /blog/ [page_id] => 0 [uid] => f-2b443caafdb2a41643548e75add02f0d [time_on_page] => 2923 [bounce] => 1 [session_id] => 206509 [time] => 1688557152 [first_time_visit] => 0 ) [05-Jul-2023 11:39:23 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted4] [page_url] => /blog/[redacted4] [page_id] => 0 [uid] => feac669b89f87302948ee8d89d09ab34 [time_on_page] => 2 [bounce] => 1 [session_id] => 206512 [time] => 1688557163 [first_time_visit] => 1 ) [05-Jul-2023 11:39:49 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted4] [page_url] => /blog/[redacted4] [page_id] => 0 [uid] => e7075dead32af5d758f6bbe26cb26b72 [time_on_page] => 18538 [bounce] => 0 [session_id] => 206514 [time] => 1688557189 [first_time_visit] => 1 ) [05-Jul-2023 11:41:13 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted5] [page_url] => /blog/[redacted5] [page_id] => 0 [uid] => d69f959e581f6e57a09dfe12d70851e7 [time_on_page] => 1 [bounce] => 1 [session_id] => 206517 [time] => 1688557273 [first_time_visit] => 1 ) [05-Jul-2023 11:41:13 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted5] [page_url] => /blog/[redacted5] [page_id] => 0 [uid] => 888079eeedbe9729869c8884c47f8aeb [time_on_page] => 4054 [bounce] => 1 [session_id] => 206516 [time] => 1688557273 [first_time_visit] => 1 ) [05-Jul-2023 11:43:34 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted6]?utm_source=mailpoet&utm_medium=email&utm_campaign=redacted6/ [page_url] => /blog/[redacted6] [page_id] => 0 [uid] => f-4162635e80e84db88c7db9f480d07e5b [time_on_page] => 2820 [bounce] => 1 [session_id] => 206522 [time] => 1688557414 [first_time_visit] => 0 ) [05-Jul-2023 11:44:00 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted7] [page_url] => /blog/[redacted7] [page_id] => 0 [uid] => d75c3a35d41e0655f1110b47cfbbd90b [time_on_page] => 6 [bounce] => 1 [session_id] => 206525 [time] => 1688557440 [first_time_visit] => 1 ) [05-Jul-2023 11:44:00 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted7] [page_url] => /blog/[redacted7] [page_id] => 0 [uid] => 79eddae5bb2069617dbcad8c0d683b43 [time_on_page] => 3 [bounce] => 1 [session_id] => 206526 [time] => 1688557440 [first_time_visit] => 1 ) [05-Jul-2023 11:44:17 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted8] [page_url] => /blog/[redacted8] [page_id] => 0 [uid] => f-ff3721cbd12277201c5e2366605f1278 [time_on_page] => 65351 [bounce] => 0 [session_id] => 206528 [time] => 1688557456 [first_time_visit] => 0 ) [05-Jul-2023 11:44:54 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted7] [page_url] => /blog/[redacted7] [page_id] => 0 [uid] => 79eddae5bb2069617dbcad8c0d683b43 [time_on_page] => 40461 [bounce] => 0 [session_id] => 206529 [time] => 1688557494 [first_time_visit] => 1 ) [05-Jul-2023 11:45:57 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted9] [page_url] => /blog/[redacted9] [page_id] => 0 [uid] => f-ea34c6c6524f8205ba9d46867497a890 [time_on_page] => 1216714 [bounce] => 0 [session_id] => 206531 [time] => 1688557556 [first_time_visit] => 0 ) [05-Jul-2023 11:46:01 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/[redacted10] [page_url] => /[redacted10] [page_id] => 0 [uid] => 4323689f92cfda801a68beea8f561cea [time_on_page] => 1 [bounce] => 1 [session_id] => 206533 [time] => 1688557561 [first_time_visit] => 1 ) [05-Jul-2023 11:46:02 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/[redacted10] [page_url] => /[redacted10] [page_id] => 0 [uid] => cf201e6812edd1fd3058aaced468c0a7 [time_on_page] => 1 [bounce] => 1 [session_id] => 206534 [time] => 1688557561 [first_time_visit] => 1 ) [05-Jul-2023 11:46:33 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/[redacted10] [page_url] => /[redacted10] [page_id] => 0 [uid] => cf201e6812edd1fd3058aaced468c0a7 [time_on_page] => 11833 [bounce] => 0 [session_id] => 206536 [time] => 1688557592 [first_time_visit] => 1 ) [05-Jul-2023 11:46:45 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/ [page_url] => /blog/ [page_id] => 0 [uid] => c8a05329e0147b3d43a8f40fb30a97e4 [time_on_page] => 3 [bounce] => 1 [session_id] => 206539 [time] => 1688557604 [first_time_visit] => 1 ) [05-Jul-2023 11:46:45 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/ [page_url] => /blog/ [page_id] => 0 [uid] => daf54680c3b48e7a1cc9d39a4dca5530 [time_on_page] => 2 [bounce] => 1 [session_id] => 206538 [time] => 1688557604 [first_time_visit] => 1 ) [05-Jul-2023 11:47:02 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/?s=redacted/ [page_url] => /blog/ [page_id] => 0 [uid] => f-fa30bd33216d9297137d6a1033248ce1 [time_on_page] => 74141 [bounce] => 0 [session_id] => 206541 [time] => 1688557622 [first_time_visit] => 0 ) [05-Jul-2023 11:47:11 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/ [page_url] => /blog/ [page_id] => 0 [uid] => daf54680c3b48e7a1cc9d39a4dca5530 [time_on_page] => 25973 [bounce] => 0 [session_id] => 206543 [time] => 1688557630 [first_time_visit] => 1 ) [05-Jul-2023 11:47:13 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/ [page_url] => /blog/ [page_id] => 0 [uid] => f-8f2935e8e6e45213328b284e05c13cb6 [time_on_page] => 2070 [bounce] => 1 [session_id] => 206545 [time] => 1688557632 [first_time_visit] => 1 ) [05-Jul-2023 11:48:49 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted9] [page_url] => /blog/[redacted9] [page_id] => 0 [uid] => f-ea34c6c6524f8205ba9d46867497a890 [time_on_page] => 2995 [bounce] => 1 [session_id] => 206548 [time] => 1688557729 [first_time_visit] => 0 ) [05-Jul-2023 11:50:49 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted11] [page_url] => /blog/[redacted11] [page_id] => 0 [uid] => 942d0e0465107be25997b46b90c9db49 [time_on_page] => 2 [bounce] => 1 [session_id] => 206554 [time] => 1688557849 [first_time_visit] => 1 ) [05-Jul-2023 11:50:50 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted11] [page_url] => /blog/[redacted11] [page_id] => 0 [uid] => 6b075b4c199da5ba2399c9a2c583f174 [time_on_page] => 2994 [bounce] => 1 [session_id] => 206553 [time] => 1688557849 [first_time_visit] => 1 ) [05-Jul-2023 11:50:51 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted11] [page_url] => /blog/[redacted11] [page_id] => 0 [uid] => 942d0e0465107be25997b46b90c9db49 [time_on_page] => 1624 [bounce] => 1 [session_id] => 206555 [time] => 1688557851 [first_time_visit] => 1 ) [05-Jul-2023 11:51:20 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted11] [page_url] => /blog/[redacted11] [page_id] => 0 [uid] => eb95ec3e2d2189e44c81ebd2c7acc9e0 [time_on_page] => 1 [bounce] => 1 [session_id] => 206558 [time] => 1688557880 [first_time_visit] => 1 ) [05-Jul-2023 11:51:20 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted11] [page_url] => /blog/[redacted11] [page_id] => 0 [uid] => 4b0970f0a99b74dee10bda06784e72d0 [time_on_page] => 5081 [bounce] => 0 [session_id] => 206559 [time] => 1688557880 [first_time_visit] => 1 ) [05-Jul-2023 11:51:26 UTC] Burst Statistics: burst_create_statistic->required values are not set. Stats: Array ( [entire_page_url] => https://www.example.com/blog/[redacted11] [page_url] => /blog/[redacted11] [page_id] => 0 [uid] => eb95ec3e2d2189e44c81ebd2c7acc9e0 [time_on_page] => 5970 [bounce] => 0 [session_id] => 206560 [time] => 1688557885 [first_time_visit] => 1 )
Hi @ov3rfly,
Thanks for trying. I’ve made another change in the same branch. This should fix the issue you are facing.
https://github.com/Really-Simple-Plugins/burst/tree/Tracking-errors-fix
Kind regards,
HesselWhich other change has been made? I had added all 5 commits listed here before the last log.
Sorry, my bad! The changes were only pushed to our private repository. It should be there now.
Have added commit
2dc7acb
now, no more error log entries so far.Will post an update of situation after half a day or so.
Great to hear! Let me know if this issue is resolved ??
No more error log entries. ??
- The topic ‘Error log gets completely flooded when trying to debug other things’ is closed to new replies.