https://bugzilla.wikimedia.org/show_bug.cgi?id=42945
--- Comment #2 from Palmik777 <[email protected]> --- Hi, thank you for your quick response. It seems that i did mistake - now i can see that package 1.20.1 doesnt include WYSIWYG. So, it seems that i install this extension after upgradge. I can see that page shows 1.16.x and 1.17.x only but as i said - editor works fine on localhost, so its reason why i would like to continue with editor after upgrade. I also saw https://www.mediawiki.org/wiki/Thread:Extension_talk:WYSIWYG/IE8_Compatibility_View_mode_breaks_the_editor/reply and i found that i need to add to LocalSettings following: function wfIncludeJQuery() { global $wgOut; $wgOut->includeJQuery(); } $wgExtensionFunctions[] = 'wfIncludeJQuery'; I added, but Editor is still not showed and explorer showed same error as before: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; InfoPath.3; .NET4.0C) Timestamp: Wed, 12 Dec 2012 06:49:11 UTC Message: 'length' is null or not an object Line: 8 Char: 15 Code: 0 URI: http://czbrn-fps02p/extensions/WYSIWYG/ckeditor/config.js?t=B49E5BQ I would like to be happy if you can help me to show editor on server address, i think that there is needed "just solve" error above, becouse this error is not showed for localhost address and on localhost editor works fine. Thank you -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
