https://bugzilla.wikimedia.org/show_bug.cgi?id=21907
--- Comment #13 from Yayayoute <[email protected]> 2010-01-27 18:36:34 UTC --- Hi, Well, I made a totally new implementation of Xampp 1.7.2 (Apache 2.2, PHP 5.3.0, MySQL 5.1). I installed FCKEditor from mediawiki_fckeditor_ext_N.zip which seems to be a specific version of FCKEditor for MediaWiki. Without any change in configuration files, if I want to modify a Wiki page, I get the error : Internal Error Set $wgShowExceptionDetails = true; at the bottom of LocalSettings.php to show detailed debugging information. But, if I follow David's proposal, I now get both native TextWiki editor or Rich Editor working fine and I can swap from one to the other. I should say that both David's proposal (by addressing by value in hook and extension or addressing by ref in hook and extension) give a good result. So I decide to follow Chad's : no addressing by reference in the extension. I add, that, natively, public function onCustomEditor($article, $user) return false; Well, thanks a lot, guys, you are full of fight. Regards. Nota : very odd FCKEditor's community has not fixed the trouble. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
