Hi,
Just passed the last 8 hours trying to install that FCKeditor on my fresh MediaWiki 1.12.0!!!
What I did:
{1- I downloaded that file: mediawiki_fckeditor_ext_N.tar.gz
2- I extracted it to my wiki, so now I have this directory: "extensions/FCKeditor/"} --> DON'T DO IT!!! PLEASE LOOK AT THE END OF THIS POST!!!
3- I downloaded that file: FCKeditor_2.6.2.zip
4- I extracted it to my wiki, so now I have this directory: "extensions/FCKeditor/fckeditor/"
5- I edited the two files: "includes/EditPage.php" AND "includes/Sanitizer.php" as specified into this guide: http://mediawiki.fckeditor.net/index.ph ... tion_guide
6- I added "require_once( "extensions/FCKeditor/fckeditor.php" );" at the end of "LocalSettings.php"
And now what am I supposed to do? There is still the basic editor with MonoBook!!! And even if I create a page with "__USE_EDITOR__"...
EDIT:
HERE IS THE SOLUTION:
1- GO TO: http://svn.fckeditor.net/MediaWiki/trunk/
AND DOWNLOAD EVERYTHING RATHER THAN DOING THE STEP N° 1 & 2!!!!
THEN:
2- Upload these files to your wiki server, so now I have this directory: "extensions/FCKeditor/"
3- I downloaded that file: FCKeditor_2.6.2.zip
4- I extracted it to my wiki, so now I have this directory: "extensions/FCKeditor/fckeditor/"
5- I edited the two files: "includes/EditPage.php" AND "includes/Sanitizer.php" as specified into this guide: http://mediawiki.fckeditor.net/index.ph ... tion_guide
6- I added "require_once( "extensions/FCKeditor/FCKeditor.php" );" at the end of "LocalSettings.php"
Tanks for the 8 hours...
I NEED HELP! PLEASE!
Mon, 07/07/2008 - 21:37
#1
Re: [How To Install] MediaWiki 1.12.0 + FCKeditor
Thiresus, could please you send me the edited php files? I'll PM you my e-mail address. I didn't understand how to edit them.
Re: [How To Install] MediaWiki 1.12.0 + FCKeditor
Sure, no prob...
Re: [How To Install] MediaWiki 1.12.0 + FCKeditor
Re: [How To Install] MediaWiki 1.12.0 + FCKeditor
Just type something into your wiki and if the page doesn't exist it will ask you to create it.
Re: [How To Install] MediaWiki 1.12.0 + FCKeditor
Re: [How To Install] MediaWiki 1.12.0 + FCKeditor
Re: [Fixed] [How To Install] MediaWiki 1.12.0 + FCKeditor
1- GO TO: http://svn.fckeditor.net/MediaWiki/trunk/
AND DOWNLOAD EVERYTHING RATHER THAN DOING THE STEP N° 1 & 2!!!!
Re: [Fixed] [How To Install] MediaWiki 1.12.0 + FCKeditor
That's almost it, but I think they broke some things in more recent versions. The files you downloaded from the http/trunk aren't the same ones I downloaded. They check for code that applies to MW12, which are no longer available. In short, it's still broken. I got it to work *sort of* by removing the offending lines of code, as reported by httpd.
Re: [Fixed] [How To Install] MediaWiki 1.12.0 + FCKeditor
To make all toolbars visible (sometimes FCK just show you 2 toolbars, but there should be 3!) add this line below of the require_once command:
Re: [Fixed] [How To Install] MediaWiki 1.12.0 + FCKeditor