Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 233 Vote(s) - 3.6 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"ErrorUtils caught an error" - Chrome console error with any Wordpress Facebook plugin

#1
I'm trying to use a Facebook likebox plugin on a staging site and I have tried some different plugins. Independently from plugin installed I receive the same error in Chrome console:

*ErrorUtils caught an error: "Cannot listen to an undefined element. TAAL[2]". Subsequent errors won't be logged; see

[To see links please register here]

.*

I think the problem is generated directly from Facebook plugin inclusion. Unfortunately the url

[To see links please register here]

isn't working.

This issue doesn't apparently create any problem to the site, but I would like to have a site without any error in console.

Tee site is

[To see links please register here]


Let me know if you can help me, thank you very much.
Reply

#2
This is the bug, when upgrade jQuery since 1.8.
Look in your code and replace to on('load')

$(window).load(
function(){
//your code
});
To

$(window).on('load',
function(){
//your code
});
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through