WYSIWYG HTML does not work

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
cet
Posts: 25
Joined: Sun 7. Dec 2003, 14:58
Location: Garmisch-Partenkirchen

WYSIWYG HTML does not work

Post 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
Es ist unmöglich, Staub aufzuwirbeln, ohne dass einige Leute husten!
Erwin Piscator
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

which editor? Have you tested both setting: HTMLarea / FCKeditor.

regards
Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
cet
Posts: 25
Joined: Sun 7. Dec 2003, 14:58
Location: Garmisch-Partenkirchen

Post 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.
Es ist unmöglich, Staub aufzuwirbeln, ohne dass einige Leute husten!
Erwin Piscator
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Yes - maybe if you have updated from older release.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Locked