swatit-jromero / wpng-calendar

Automatically exported from code.google.com/p/wpng-calendar
0 stars 0 forks source link

functions.js throws an error on line 566 #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run the calendar in firefox
2. open up the javascript error console
3. cry

What is the expected output? What do you see instead?
The error is breaking other javascript.

What version of the product are you using? On what operating system?
8.5

Please provide any additional information below.
Error: document.getElementById("jsSourceFinal") is null
Source File: 
http://project/wp-content/plugins/wpng-calendar/js/functions.js?ver=0.85
Line: 566

If i try and fix it, i get an error message saying that:

Error at line undefined in undefined
Message: Developer key validation failed.

Original issue reported on code.google.com by eric.mcg...@gmail.com on 5 Jan 2009 at 1:43

GoogleCodeExporter commented 8 years ago
I had the same issue when the API key for the wrong domain was used. Make sure 
you
use the correct domain when you get your key here:
http://code.google.com/apis/gdata/signup.html

If you're using a subdomain it might need to specified too. In my case my site 
is in
testing.mydomain.com/wordpress so I used "testing.mydomain.com" rather than
"mydomain.com".

Original comment by jegan...@gmail.com on 3 Apr 2009 at 8:24