Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Javascript error and infinite loading
Last Post 07/08/2013 9:24 PM by Peter Donker. 7 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Stéphane Bebrone
New Member
New Member
Posts:31


--
11/03/2009 11:55 AM

Hi,

I get the following javascript error under IE8 (not tested bellow) when I click on a folder in the tree:

Webpage error details

Message: 'Grid1' is null or not an object
Line: 503
Char: 2
Code: 0
URI: http://***/DesktopModules/Bring2mind/DMX/js/ViewCollection.js

The result is that right panels (which shows files and details at the bottom) never stop loading.

No problem under Firefox.

Any ideas?

Greetz,

Stéphane.

 

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
11/06/2009 4:48 PM
Hi Stéphane,

I can only imagine that IE 8 does not accept the javascript. Have you tried refreshing the page/emptying cached content in IE?

Peter
Stéphane Bebrone
New Member
New Member
Posts:31


--
11/11/2009 7:51 AM
Hi Peter,

Yes I did. I even tried by removing the custom skin that we apply but no luck.
What I propose is giving you access to a page of the site? In this way you'd be able to see the problem in real.

See you personal email.

Gtz,
Stéphane.
Stéphane Bebrone
New Member
New Member
Posts:31


--
11/25/2009 8:33 AM
Hi Peter,

I finally spot the bug. The issue was related to the encoding type I was using:


I switched to:


And now everything looks fine.

Thank you,
Stéphane.
Stéphane Bebrone
New Member
New Member
Posts:31


--
11/25/2009 8:34 AM
Ok.. here is the code (replace ' per correct XML):

'globalization culture="fr-FR" uiCulture="fr" fileEncoding="iso-8859-1" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1"'

'globalization culture="fr-BE" uiCulture="fr" /'
peter schotman
New Member
New Member
Posts:29


--
09/28/2010 10:05 AM
ok, I got the same problem. I changed the encoding from utf-8 to iso, because the e-mails contained 'funny' characters. Any pointers Peter?
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
09/28/2010 9:44 PM
Is it maybe Ajax 1 instead of 3.5? It could be that CA uses Ajax 3.5 and this is a side-effect. I've not seen any loss of function but I have seen this error somewhere else on a DNN 4.9.5/Ajax 1 installation.

Peter
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
07/08/2013 9:24 PM
Any accents in the page name/path? Expect weirdness when you use accents in page names. Url rewriting, ideally, removed accents from urls, but not all url rewriters are good at this.

Peter
You are not authorized to post a reply.