CWidgetFactory error after 1.1.4

I had ckeditor installed and running on 1.1.3

after upgrade to 1.1.4 I get this error




CException

Description


Property "CKEditorWidget.cssFile" is not defined.

Source File


D:\....\framework\web\CWidgetFactory.php(162)


00150:         if(isset($this->widgets[$className]))

00151:             $properties=$properties===array() ? $this->widgets[$className] : CMap::mergeArray($this->widgets[$className],$properties);

00152:         if($this->enableSkin)

00153:         {

00154:             if($this->skinnableWidgets===null || in_array($className,$this->skinnableWidgets))

00155:             {

00156:                 $skinName=isset($properties['skin']) ? $properties['skin'] : 'default';

00157:                 if($skinName!==false && ($skin=$this->getSkin($className,$skinName))!==array())

00158:                     $properties=$properties===array() ? $skin : CMap::mergeArray($skin,$properties);

00159:             }

00160:         }

00161:         foreach($properties as $name=>$value)

00162: $widget->$name=$value;

00163:         return $widget;

00164:     }

00165: 

00166:     /**

00167:      * Returns the skin for the specified widget class and skin name.

00168:      * @param string the widget class name

00169:      * @param string the widget skin name

00170:      * @return array the skin (name=>value) for the widget

00171:      */

00172:     protected function getSkin($className,$skinName)

00173:     {

00174:         if(!isset($this->_skins[$className][$skinName]))


Stack Trace


#0 D:......\wwwroot\framework\web\CWidgetFactory.php(162): CComponent->__set('cssFile', '/myapp/css/YOU...')

#1 D:.......\wwwroot\framework\web\CBaseController.php(139): CWidgetFactory->createWidget(Object(ProductController), 'application.ext...', Array)

#2 D:.......\wwwroot\framework\web\CBaseController.php(165): CBaseController->createWidget('application.ext...', Array)

#3 D:........myapp\protected\views\admin\product\_form.php(65): CBaseController->widget('application.ext...', Array)




What needs to changed?

nobody experience problem after upgrading?

I am not sure. But from what I see, it seems like CKEditorWidget doesn’t have property name cssFile. Maybe you must define it?

its actually 3rd party NHCKEditor problem. How do I change the Title of this post?

found it here

http://www.yiiframework.com/extension/nh-ckeditor/

Ow I see…

you can change it via click edit at your first post. And then click the "Use Full Editor". There, you can rename the title…