Unable to get property 'entries' of undefined or null reference - google-maps-api-3

Does anyone encountered this error message? This only occurs using IE specifically version 11.
Google Maps API Error

I just added version on the version on the js reference.
<script async defer
src="https://maps.googleapis.com/maps/api/js?v=3.29&
key=YOUR_API_KEY&callback=initMap">
See below post for more information.
Google Maps API Error with no changes in the page code

Related

QWebEngine hinders github navigation by default

I'm working on a web browser and without changing any QWebEngineSettings, github can't load the necessary javascript.
QWebEngines javascript output when visiting github
The Content-Security-Policy directive 'worker-src' is implemented behind a flag which is currently disabled.
Uncaught TypeError: this.toggleAttribute is not a function
Uncaught TypeError: this.toggleAttribute is not a function
Uncaught (in promise) ReferenceError: AbortController is not defined
...
And so on, I've tried setting
settings()->setAttribute(QWebEngineSettings::LocalContentCanAccessRemoteUrls, true);
settings()->setAttribute(QWebEngineSettings::LocalContentCanAccessFileUrls, true);
And made sure they are enabled, yet without any success. Do anyone happen to know which security policy I have to change to make github work?
Upgrading from Qt 5.9.9 to 5.15.0 solved the issue.

Firebase works on custom web app but not on wordpress : Uncaught ReferenceError: firebase is not defined

I am trying to add my firebase project to my wordpress website (following the official documentation) but got Uncaught ReferenceError: firebase is not defined
I tried adding firebase, the same way, to a custom web app and it worked.
I added the code snippet provided by Firebase, in the body tag (as recommended by Google). You can check the code on the website : https://testing.myfprod.fr
It worked instantly on my custom web project but I am still getting the error Uncaught ReferenceError: firebase is not defined on wordpress.
Unfortunately I did not find an answer, in a previously asked question, that could solve my problem.
I found out that LSCache was configured to defer js script. I disabled this option and it now works.

"ErrorUtils caught an error" - Chrome console error with any Wordpress Facebook plugin

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 https://fburl.com/debugjs.
I think the problem is generated directly from Facebook plugin inclusion. Unfortunately the url https://fburl.com/debugjs 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 http://millennium.alecss.it/
Let me know if you can help me, thank you very much.
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
});

Sugurim maps are not working with ASP.NET wizard

When I put the subgurim map into the asp.net wizards second step then getting error as below.
Uncaught ReferenceError: google is not defined
If anybody can help then very appreciated.
Thanks,
I got the same error when upgrading and using the map in a user control. I had to manually add <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=API_KEY&sensor=SET_TO_TRUE_OR_FALSE">
into the user control and it now works fine

Bug on Chrome while implementing gconnect module in drupal 7

i'm using this module to connect from Gmail to my site, it's working greate on firefox but on chrome the button (Sign in Using Google) is not appearing..
if i go to console, i found a javascript error on the file:
(http://localhost/mysite/sites/all/modules/gconnect/git-for-drupal.js?o) on the line 6:
Uncaught TypeError: Cannot read property 'config' of undefined
Also i am getting an error in Importer.js on line 2035: uncaught syntaxerror unexpected identifier
Please help in solving this issue, http://drupal.org/node/1807348
It happens in my drupal and i installed a Jquery update module link below, and change my jquery version it works great. I think default drupal jquery version is 1.4.
https://www.drupal.org/project/jquery_update
Also if you need use jquery's Browser function you have to add extra js to your file.
jQuery.browser() removed
The jQuery.browser() method has been deprecated since jQuery 1.3 and is removed in 1.9. If you still need this function, you can get one js file from: https://github.com/gabceb/jquery-browser-plugin and link the js to your file.

Resources