MJ606 wrote:I just added the $FCKEDITOR_URL to the .dada_files file, thinking that it must belong there--again no joy.
Maybe I am in the wrong file but after the auto-install I am in the hidden .data_files file. The program URL from that file is:
$PROGRAM_URL = 'http://embodydancesantafe.org/cgi-bin/dada/mail.cgi';
I added right below it:
$FCKEDITOR_URL ||= 'http://embodydancesantafe.org/fckeditor';
(also tried $FCKEDITOR_URL = 'http://embodydancesantafe.org/fckeditor';)
The error message comes from the admin panel in Dada Mail "Manage List Control Panel=>options" where you turn on the checkbox for using the editor. Above that is a line/link that says :
FCKeditor is currently configured in Dada Mail at: http://embodydancesantafe.org/fckeditor
Click on that and you get the error message in question.

