Hi all:
Recently I use MEDIAWIKI to build an inter-use-only website, in the solaris10 enviroment. The server enviroment for mediawiki is:MediaWiki 1.14.0+PHP 5.2.6-2 (apache2handler)+MySQL 5.x, and I integrated the FCKeditor into the mediawiki.
When using the "Image Button" of the FCKEditor toolbar, I can upload or add an existing image in my article from the file browser. It looks alright in the text editor. However, the minute I click "Show Preview" or "Save", the image is converted into text : <input type="image" width="640" height="480" src="/userfiles/example.jpg"></input>. If I go to wikitext, the line has been converted to : <input type="image" height="480" width="640" src="/userfiles/example.jpg"></input>
The FCKeditor I use is downloaded from the link below:http://mediawiki.fckeditor.net/nightly/svn/mediawiki_fckeditor_ext_N.tar.gz
Can anyone tell me what's the cause of this? Or how can I fix it? Thank you.
Sat, 04/25/2009 - 10:40
#1
Re: When save page or preview, the image change into codes