new is the TH_HTML_INCLUDE_DIR in the config.inc.php is this set correctly?
<?php
// This config var has to point to the FCKeditor directory.
// Default this dir is located in the FH3 directory. If you put it
// somewhere else you have to change this config var.
// added 21-11-2008 By Johan Wiegel in order to make it posible to place FH3 outside webroot and FHMTL directory inside webroot
fh_conf('FH_FHTML_INCLUDE_DIR', FH_INCLUDE_DIR . 'FHTML/');
?>
Yes I did set it, just like Thomas Branius mentioned in "Suggestions für 1.2.7"
Today I checked everthing through the different versions.
With 1.2.1 every is working fine.
On 1.2.2 thorugh 1.2.4 I get serveral "undefined property _classOpt in classSelectField at 145" but fckeditor is working
With 1.2.5 it starts with "cannot instantiate non-exist class fckeditor"
With 1.2.7 I put in FH_HTML_INCLUDE_DIR in config and made the changes in the Editor function and in the FH_CAPTCHA function, too...like Thomas Branius wrote.
Still I get "
Fatal error: Cannot instantiate non-existent class: fckeditor in /mnt/web6/12/44/5605544/htdocs/includes/v127/fields/class.Editor.php on line 28"
Changed at 14 January 09 / 21:31
in the latest downloadable version there is only
<?PHP
// This config var has to point to the FCKEditor directory.
// Default this dir is located in the FH3 directory. If you put it
// somewhere else you have to change this config var.
// added 21-11-2008 By Johan Wiegel in order to make it posible to place FH3 outside webroot and FHMTL directory inside webroot
fh_conf('FH_FCK_DIR', FH_INCLUDE_DIR . 'FHTML/FCKeditor/');
?>