lior
-
11/10/2010 1:04:52 AM
javascript error after upgrading
Hi,
I've got a module under our project that adds a query-string to css and JavaScript files to make the ability to update them without changing their name, every time the server recycles a new query-string is generated to allow updates under our CDN. This works exactly like the dummy query-string in Drupal.
This causes JavaScript errors on navigation in the templates, webparts, tree documents and more, then it prevents me from applying my selection, submitting and other stuff under our admin.
This is the error I get on all browsers:
Sys.ScriptLoadFailedException: The script 'http://www.mysite.com/CMSScripts/Dialogs/DialogHelper.js' failed to load. Check for: Inaccessible path. Script errors. (IE) Enable 'Display a notification about every script error' under advanced settings. Missing call to Sys.Application.notifyScriptLoaded(). [Break on this error] throw Sys._ScriptLoader._e...ta.scriptsFailed.multipleCallbacks);
If i remove the module this error doesn't happen, this did not occur on my old version 3.1a, my current version is 5.5.
|