Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: a.data.split is not a function in d.xd_parser (library.js?lang=it:108:65) #86

Open
gfplab-scaffardi opened this issue Aug 10, 2024 · 0 comments

Comments

@gfplab-scaffardi
Copy link

gfplab-scaffardi commented Aug 10, 2024

Hi There! I'm using the oneall social login on my phpbb 3.3 forum https://www.sognilucidi.it/forum and into the console i see many of these errors:

Uncaught TypeError: a.data.split is not a function
at d.xd_parser (library.js?lang=it:108:65)
at d.xd_listener (library.js?lang=it:108:197)
at library.js?lang=it:85:87
at c (library.js?lang=it:13:208)

This is the code at that line:

if ("undefined" !== typeof a.data && (a = a.data.split("::"),2 === a.length)) {

Why that? Is there a way to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant