URGENT: API 3.0 failing from arcgis online

684
3
10-17-2012 10:29 AM
SteveDale
New Contributor
Our app is now failing with a reference to:

<script type="text/javascript"
src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.0"></script>

Here is the link to our app:
http://map.toronto.ca/maps/map.jsp?app=TOInView

It appears that something has changed in the build for the api online?

Thanks,
Steve
0 Kudos
3 Replies
derekswingley1
Frequent Contributor
http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.0 loads without issue. Please elaborate on what you changed or what you're trying to do.
0 Kudos
BillDaigle
Occasional Contributor III
Are you attempting to upgrade from version 2.x?  If so, you should read "Migrating to 3.0" documention at http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm.
0 Kudos
PaulBushore
Occasional Contributor
Just took a quick look and make a call to <scripttype="text/javascript" src="js/date.js?1"></script>

I couldn't find a js/date.js?1 but I did find a http://map.toronto.ca/maps/js/date.js file. Could that path be wrong? Seems all your other calls reference the /maps directory.

Edit:
Looked at the paths for js/GC* files and all of them allow me to access the files when I nest them in the /maps directory.

Hope it helps, kind of a novice with all this.
0 Kudos