Page MenuHomePhabricator

Ajax error with FCKeditor and wiki protected by htaccess password
Closed, InvalidPublic

Description

Author: boisbenjamin

Description:
Mediawiki version: 1.16
FCKeditor: last svn

I'm using a wiki protected by a htaccess password and working fine except when I want to switch off the rich editor of FCKeditor.

A quick loock in the javascript console (Firefox):
Error: uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.statusText]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: https://wiki.domain.com/skins/common/ajax.js?270 :: anonymous :: line 124" data: no]


Version: unspecified
Severity: normal
OS: Linux
Platform: PC

Details

Reference
bz25739

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 11:20 PM
bzimport set Reference to bz25739.
bzimport added a subscriber: Unknown Object (MLST).

boisbenjamin wrote:

The problem comes because the wiki is in HTTPS address.
I've solved the problem by adding this in LocalSettings.php :

$wgServer='https://' . $wgServerName;

lowering priority since FCKeditor isn't supported.

Copied from bug 30075:

Per this upstream bug http://dev.ckeditor.com/ticket/5602

"FCKeditor and MediaWiki are no longer supported. Closing the ticked as invalid."