Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Horrible IE Issues with CMS


Go to End


3 Posts   1877 Views

Avatar
nimesodelta

Community Member, 22 Posts

16 April 2013 at 11:56pm

Hi all.

I can longer ignore this problem and my client refuses to change from IE :(
EVERY SS3 website we have produced gives me the following errors in the CMS. I'm on freah install of IE9 on Windows 7.

1. Clean SS3 install
2. login to cms
3. Click on page in Site Tree
4. loader pops up (thats it... nothing else)
5. I get the below errors in my IE console

SCRIPT438: Object doesn't support property or method 'widget'
jquery.js?m=1361842058&, line 613 character 6

------------------------------- framework/thirdparty/jquery/jquery.js --------------------

// Evaluates a script in a global context
// Workarounds based on findings by Jim Driscoll
// http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context
globalEval: function( data ) {
if ( data && rnotwhite.test( data ) ) {
// We use execScript on Internet Explorer
// We use an anonymous function so that context is window
// rather than jQuery in Firefox
( window.execScript || function( data ) { ///// ERROR IS HERE IT SAYS!!!!
window[ "eval" ].call( window, data );
} )( data );
}
},

Any ideas? this is really driving me insane and really don't want to have to re-install my OS

Cheers
Jamie

Attached Files
Avatar
nimesodelta

Community Member, 22 Posts

17 April 2013 at 12:07am

Edited: 17/04/2013 12:17am

Just to update.

I just got this error on another server with SS3 install....

SCRIPT438: Object doesn't support property or method 'entwine'
jquery.js?m=1361318566, line 613 character 6

feels like somthing going badly wrong with jquery and IE?

I found this... which sounds like the issue I'm having but in my case I found no <?php tag whitespaces anywhere.
http://open.silverstripe.org/ticket/8010

Cheers
Jamie

Avatar
nimesodelta

Community Member, 22 Posts

17 April 2013 at 9:14am

Still no luck... anyone?

I am getting a js console error in FF which may be something... It does run fine in FF but get the following warnings:

[09:08:23.818] Use of getAttributeNode() is deprecated. Use getAttribute() instead. @ http://vizualise-alb-vps01.digiweb.net.nz/~vizstage/ofs/framework/thirdparty/jquery/jquery.js?m=1361318566:2692
[09:08:23.836] Use of attributes' specified attribute is deprecated. It always returns true. @ http://vizualise-alb-vps01.digiweb.net.nz/~vizstage/ofs/framework/thirdparty/jquery/jquery.js?m=1361318566:2438

Maybe this could be an issue with IE?

Cheers
Jamie