Opened 16 years ago
Closed 16 years ago
#4410 closed Bug (duplicate)
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";
dup of #4409