Page 1 of 1

WYSIWYG HTML does not work

Posted: Fri 20. Feb 2004, 09:54
by cet
Good Morning,

after the last two patches (Feb. 15 and 17) the Editor does not work anymore. I see the same as if I would choose "HTML" (reines HTML").

Any idea ?

Christian

Posted: Fri 20. Feb 2004, 11:33
by Oliver Georgi
which editor? Have you tested both setting: HTMLarea / FCKeditor.

regards
Oliver

Posted: Fri 20. Feb 2004, 12:39
by cet
I think I found the bug.

In the config.inc.php, the following line was missing:

Code: Select all

$phpwcms["wysiwyg_editor"]    = 1;        //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based
I checked all the patches (Feb 17 and 15, Jan 22 and 11), the zips did not contain the updated config.inc.php. So I extracted the file from the full version and voilĂ . It is working now.

Posted: Fri 20. Feb 2004, 13:26
by Oliver Georgi
Yes - maybe if you have updated from older release.