MediaWiki FCKeditor uzatma hata atıyor

3 Cevap php

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)

ama bana bu hatayı atar.


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

3 Cevap

Ben FCKeditorParser.body.php aşağıdaki değişiklikleri yapmışlardır

Satır 338: function makeImage ($ nt $ seçenekler ,$holders=false)

satır 488: function parse ($ metin, Headlining $ title, ParserOptions $ seçenekleri, $ linestart = true, $ clearState = true, $ revid = sıfır)

Bu PHP sıkı modunda çalışıyor görünüyor. FCK Editor son sürümü sıkı PHP ile sorunları var gibi görünüyor. Buraya bakın FCK Editor Extension Talk.

Sen LocalSettings.php tüm yol değişkenleri, özellikle $IP kontrol etmelisiniz.

Uzantısı kendisi size $ wgFCKEditorExtDir ve $ wgFCKEditorDir doğru ayarlanmış olduğundan emin olun gerekir.