I have install TL on a UCS 4.1 Server (Apache 2.22.22). The installation was successfull.
I have create a project, a section and a reqirement. But it is not possible to change the descipriont of the requirement. No input (ckeditor; same with fckeditor) is shown
My custom_config.inc.php is follwoing:
Code: Select all
$tlCfg->gui->text_editor['all'] = array( 'type' => 'ckeditor',
'toolbar' => 'Testlink',
'configFile' => 'cfg/tl_ckeditor_config.js',
'height' => 300);
Code: Select all
//$tlCfg->gui->text_editor['all'] = array( 'type' => 'ckeditor',
// 'toolbar' => 'Testlink',
// 'configFile' => 'cfg/tl_ckeditor_config.js',
// 'height' => 300);
Code: Select all
$tlCfg->gui->text_editor['all'] = array( 'type' => 'fckeditor',
'toolbar' => 'tl_default',
'configFile' => 'cfg/tl_fckeditor_config.js');
Thanks for help
Solution:
Search for all .htaccess files under the testlink-directory and delelte them
Code: Select all
find /var/www -name ".htaccess" -print