Hi,
I'm trying to add FCKeditor extension in mediaWiki and I followed all the instructions that are written in their documentation
http://www.mediawiki.org/wiki/Extension:FCKeditor_(Official)
but it throws me this error.
Strict Standards: Declaration of FCKeditorParser::makeImage() should be compatible with that of FCKeditorParserWrapper::makeImage() in C:\www\wiki\extensions\FCKeditor\FCKeditorParser.body.php on line 707
Strict Standards: Declaration of FCKeditorParser::parse() should be compatible with that of FCKeditorParserWrapper::parse() in C:\www\wiki\extensions\FCKeditor\FCKeditorParser.body.php on line 707
How can I solve this
Thanks