Opened 17 years ago
Closed 17 years ago
#1283 closed Bug (fixed)
Mediawiki 1.11.0 doesn't support it
Reported by: | lemonsoftware | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | |
Keywords: | WorksForMe | Cc: |
Description
I tried to implement FCKEditor for Mediawiki 1.11, but raise an error about ParserOptions.php file. It seems this file vanished from 1.10 to 1.11.
Any has a solution? Thanks.
Change History (9)
comment:1 Changed 17 years ago by
Component: | General → Project : MediaWiki+FCKeditor |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Keywords: | WorksForMe added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
There are currently some known issues with FCKeditor etension on Mediawiki 1.11, however as ycombarnous wrote, it should work. I have added directory structure to the integration guide, I hope this helps.
comment:4 Changed 17 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
the same with my mediawiki 1.9.3
Warning: require_once(/var/www/web45109/html/mediawiki/includes/ParserOptions.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/web45109/html/mediawiki/extensions/FCKeditor/FCKeditor.php on line 29
Fatal error: require_once() [function.require]: Failed opening required '/var/www/web45109/html/mediawiki/includes/ParserOptions.php' (include_path='/var/www/web45109/html/mediawiki:/var/www/web45109/html/mediawiki/includes:/var/www/web45109/html/mediawiki/languages:.:/usr/share/php:/usr/share/pear') in /var/www/web45109/html/mediawiki/extensions/FCKeditor/FCKeditor.php on line 29
I followed: http://mediawiki.fckeditor.net/index.php/FCKeditor_integration_guide
comment:5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Hi,
This file is (ParserOptions.php) included in MediaWiki 1.10.3 and in 1.11.1. FCKeditor extension is currently not compatible with MediaWiki 1.9.3.
comment:6 Changed 17 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:7 follow-up: 8 Changed 17 years ago by
I have the same problem on mediawiki 1.10.4 (Fedora Core 8 package that declare itself as mediawiki-1.10.4-38.fc8).
Is there a workaround that doesn't require switching to a different version of mediawiki?
(I should have downloaded the nightly build of 14 April, 2008).
comment:8 Changed 17 years ago by
Replying to maxpagani:
I have the same problem on mediawiki 1.10.4 (Fedora Core 8 package that declare itself as mediawiki-1.10.4-38.fc8).
Is there a workaround that doesn't require switching to a different version of mediawiki?
(I should have downloaded the nightly build of 14 April, 2008).
Sorry, I've been working with a misconfigured system. My mediaweek was indeed a 1.8 (!). Please do ignore my reopening and comments.
comment:9 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
It works for me on MW 1.11, following the installation instructions. I guess you did something wrong.