Live Traffic Header Error Code
-
We’re getting an error message thrown at the top of our website header (below). When WordFence plugin is disabled, the problem goes away. I’ve read to disable “Live Traffic” > Amount of Live Traffic data to store (number of rows) to 0 >Security only >Save and that didn’t solve the issue. The error can be seen with Chrome and Opera, and on cell phones, not Firefox. Any other specific settings we should be hitting?
~~~~~~
(function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent(‘on’ + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent(‘on’ + evt, handler); } }; var evts = ‘contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll’.split(‘ ‘); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement(‘script’); wfscr.type = ‘text/javascript’; wfscr.async = true; wfscr.src = url + ‘&r=’ + Math.random();
:
:
:The page I need help with: [log in to see the link]
- The topic ‘Live Traffic Header Error Code’ is closed to new replies.