[SOLVED] JS script error on IE 10

Moderator: crythias

Locked
srenon
Znuny newbie
Posts: 60
Joined: 20 Mar 2013, 14:26
Znuny Version: 3.3.8

[SOLVED] JS script error on IE 10

Post by srenon »

Hello,

I am migrating to OTRS 3.3.5 and when i am trying to connect with IE10 i get this message in a Windows message box : "Namespace Core.UI.AdvancedChart could not be initialized, because nvd3 could not be found"
No problem with chrome..

Thanks for your help
Last edited by srenon on 04 Mar 2014, 09:18, edited 1 time in total.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: JS script error on IE 10

Post by jojo »

did you delte the OTRS Caches, the Loader caches and your browser cache?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
srenon
Znuny newbie
Posts: 60
Joined: 20 Mar 2013, 14:26
Znuny Version: 3.3.8

Re: JS script error on IE 10

Post by srenon »

I deleted OTRS caches and brower cache. What is the loader caches?
srenon
Znuny newbie
Posts: 60
Joined: 20 Mar 2013, 14:26
Znuny Version: 3.3.8

Re: JS script error on IE 10

Post by srenon »

I deleted loader cache too.

I get the same error
srenon
Znuny newbie
Posts: 60
Joined: 20 Mar 2013, 14:26
Znuny Version: 3.3.8

Re: JS script error on IE 10

Post by srenon »

Any ideas?
jburke71
Znuny newbie
Posts: 1
Joined: 03 Mar 2014, 19:05
Znuny Version: 3.3.5

Re: JS script error on IE 10

Post by jburke71 »

I ran into this with a fresh install of 3.3.5. Turns out you have to turn off compatibility mode in IE10 for the graph to work correctly. Enable your menu bar (hold down the ALT key), then go to Tools -> Compatibility View Settings, and uncheck Display Intranet Sites in Compatibility Mode. Stupid default browser settings =).
srenon
Znuny newbie
Posts: 60
Joined: 20 Mar 2013, 14:26
Znuny Version: 3.3.8

Re: JS script error on IE 10

Post by srenon »

jburke, you're the best!!!

Thank's a lot!
joecopty
Znuny newbie
Posts: 22
Joined: 11 Jan 2013, 01:42
Znuny Version: 3.2.6
Real Name: Joseph Copty
Company: TMC

Re: [SOLVED] JS script error on IE 10

Post by joecopty »

Thanks, I had the same issue.
Sydney, Australia
OTRS 3.3.6 on Windows Server 2003, IIS6 with MSSQL database
mom20xx

Re: JS script error on IE 10

Post by mom20xx »

jburke71 wrote:I ran into this with a fresh install of 3.3.5. Turns out you have to turn off compatibility mode in IE10 for the graph to work correctly. Enable your menu bar (hold down the ALT key), then go to Tools -> Compatibility View Settings, and uncheck Display Intranet Sites in Compatibility Mode. Stupid default browser settings =).
thats not stupid. In enterprise environment you'll need this for older apps. OTRS should for IE to use edge mode with correct response header.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: [SOLVED] JS script error on IE 10

Post by jojo »

OTRS does set this header. But IE defaults in most environements to use compability mode for intranet sites. So you have to switch it off!
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked