プロジェクトのいくつかのモジュールで FCKEditor を使用しましたが、当時index.php
は URL で使用していましたが、削除index.php
すると FCKEditor がページから消え、エラーが表示されず、FCKEditor の場所が空白で表示されます。
$fckeditorConfig = array('instanceName' => 'fckcontent',
'BasePath' => base_url().'systemfiles/plugins/FCKeditor/',
'ToolbarSet' => '',
'Width' => '600',
'Height' => '370',
'Value' => $this->input->post('fckcontent'));
$this->load->library('fckeditor', $fckeditorConfig);