Page MenuHomePhabricator

FCKeditor extension broken with new parser in 1.12a
Closed, ResolvedPublic

Description

The FCKeditor extension is broken with the new parser in 1.12a.

I tried the following:
FCKeditorParser.body.php line 29:
-parent::Parser();
+parent:: __construct();

FCKeditorParser.body.php line 316:
-replace_callback
+preprocessToDom

Now stuck with:
Fatal error: Cannot use object of type PPNode_DOM as array in D:\mediawiki\phase3\includes\Preprocessor_DOM.php on line 169


Version: unspecified
Severity: blocker

Details

Reference
bz12891

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:04 PM
bzimport set Reference to bz12891.
bzimport added a subscriber: Unknown Object (MLST).

Fixed for a while already (r32727 by brion).