
Originally Posted by
Chuckl
in /admin/newsletters.php there is an error which affects using FckEditor to edit newsletters.
Edit the file, and check around line 258, there is a line that looks like this
$oFCKeditor->CreateHtml() ; echo $output;
and change it to
$output = $oFCKeditor->CreateHtml() ; echo $output;
and save the file.
That should hopefully make the editor to appear.