Opened 15 years ago

Closed 13 years ago

#4409 closed Bug (invalid)

FCKeditor + MediaWiki 1.15.1

Reported by: Denis Owned by:
Priority: Normal Milestone:
Component: Project : MediaWiki+FCKeditor Version:
Keywords: Cc:

Description

I have MediaWiki 1.15.1 I download FCKeditor snapshot for 1.15.x from http://www.mediawiki.org/wiki/Special:ExtensionDistributor/FCKeditor (FCKeditor-MW1.15-r43271.tar.gz). Install this extension from LocalSettings.php I have error:

PHP Fatal error: require_once(): Failed opening required 'E:
Apache
htdocs
denis
OIT/includes/ParserOptions.php' in E:
Apache
htdocs
denis
OIT
extensions
FCKeditor
FCKeditor.php

If view FCKeditor.php, it says require_once $IP . "/includes/ParserOptions.php";

If open folder strusture MediaWiki this file be in \includes\parser\ParserOptions.php

Need change string to require_once $IP . "/includes/parser/ParserOptions.php";

Change History (2)

comment:1 Changed 14 years ago by mbogucki

The same is with wediawiki 1.4.7

[client 192.168.100.56] PHP Warning: main(/var/www/mediawiki/includes/ParserOptions.php): failed to open stream: No such file or directory in /var/www/mediawiki/extensions/FCKeditor/FCKeditor.php on line 48 [client 192.168.100.56] PHP Fatal error: main(): Failed opening required '/var/www/mediawiki/includes/ParserOptions.php' (include_path='.:/var/www/mediawiki:/var/www/mediawiki/includes:/var/www/mediawiki/languages') in /var/www/mediawiki/extensions/FCKeditor/FCKeditor.php on line 48

comment:2 Changed 13 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

MediaWiki and FCKEditor are no longer supported. Closing the ticked as invalid.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy