[fusion-users] mapguide-mvc-sample
Jackie Ng
jumpinjackie at gmail.com
Fri Jun 12 02:13:32 PDT 2015
When errors occur in fusion:
1. Always switch to fusionSF.js or fusion.js in your fusion template
index.html and retry. fusionSF-compressed.js is optimized for production,
not for debugging/diagnosing errors. Errors thrown by fusionSF-compressed.js
are next to meaningless.
2. When retrying open up your browser developer tools (F12) and observe the
network requests/responses. The SyntaxError is most likely because an AJAX
request for JSON data returning something that is not JSON, most likely
meaning some server-side error has occurred.
- Jackie
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-mvc-sample-tp5207818p5210575.html
Sent from the Fusion Users mailing list archive at Nabble.com.
More information about the fusion-users
mailing list