Hey there! Immediately apologize for the poor presentation - I do not know English, I write a message through a translator. PHPStorm use, working with OpenServer 5.2.0 and Yii Framevork. I have a problem with the launch fckeditor. Download version 2.6.11 FCKEditor, Unzip the folder protected / exstensions. Then paste the code supplied with the module in php file - view (_form.php)
$this->widget('ext.fckeditor.FCKEditorWidget', array(
"model"=>$model,
"attribute"=>'description',
"height"=>'400px',
"width"=>'100%',
"toolbarSet"=>'Default',
"fckeditor"=>Yii::app()->basePath."/../fckeditor/fckeditor.php",
"fckBasePath"=>Yii::app()->baseUrl."/fckeditor/",
"config" => array(
"EditorAreaCSS"=>Yii::app()->baseUrl.'/css/index.css',),
)
);
___________________________________________________
When you run the site does an error - Fatal error: Call to undefined method FCKeditor::init() in C:\OpenServer\domains\mydomain.loc\yii\framework\web\CBaseController.php on line 147. I have checked the debugger HDebug - this method I have. If somebody knows how to help - many thanks!