Hello
Is there any version/revision of FCKeditor+MediaWiki known to run with MediaWiki 1.15.1?
I've been looking around on the internet and trying different versions without success.
Thanks for any hints
Is there any version/revision of FCKeditor+MediaWiki known to run with MediaWiki 1.15.1?
I've been looking around on the internet and trying different versions without success.
Thanks for any hints
Re: FCKeditor with MediaWiki 1.15.1
The combination of MediaWiki 1.15.1 + PHP 5.2.11 + Fck extension (from the official download page) is working as of today.
Re: FCKeditor with MediaWiki 1.15.1
They run PHP 5.3.0, so this seems to be the problem. Is there a work-around?
Re: FCKeditor with MediaWiki 1.15.1
The error message I'm receiving is:
==============
Internal error
Detected bug in an extension! Hook FCKeditor_MediaWiki:nCustomEditor failed to return a value; should return true to continue hook processing or false to abort.
Backtrace:
#0 /opt/lampp/htdocs/wiki/includes/Wiki.php(502): wfRunHooks('CustomEditor', Array)
#1 /opt/lampp/htdocs/wiki/includes/Wiki.php(63): MediaWiki->performAction(Object(OutputPage), Object(Article), Object(Title), Object(User), Object(WebRequest))
#2 /opt/lampp/htdocs/wiki/index.php(116): MediaWiki->initialize(Object(Title), Object(Article), Object(OutputPage), Object(User), Object(WebRequest))
#3 {main}
==============
FCKEditor is working fine on my Windows server instance. I imagine that this is caused by the PHP 5.3.0 incompatibility? Is there a setting that I can change in my Linux environment to get the extension working?
Old server configuration is:
Windows Server 2003 R2 Standard Edition SP2
XAMPP Win32 1.7.1
- MediaWiki 1.15.0 r6
- PHP 5.2.9 (apache2handler)
- MySQL 5.1.33
New server configuration is:
SUSE 10.1 SP2 Linux Machine 32 bit
XAMPP for Linux 1.7.2
- MediaWiki 1.15.1
- PHP 5.3.0 (apache2handler)
- MySQL 5.1.37
Thank you.