The error message was gone when I deactivated the Revolution Slider.
But, instead of deactivating the Revolution Slider, I paste the following CSS in my theme’s style.css to hide the error at the bottom:
div#cf-wrapper {
display: none !important;
}
Hope this helps.