include(CJavaScriptExpression.php): failed to open stream: No such file or directory

Hi,

Am using Yii 1.1.8 Version Got error like,

include(CJavaScriptExpression.php): failed to open stream: No such file or directory

When add Below Code

<?php

echo CHtml::ajaxButton(‘ButtonName’,Yii::app()->createUrl(’/admin/m3sections/search’),

                array(


                    'type'=&gt;'POST',


                    'data'=&gt; 'js:&#036;(&quot;#fliter-form&quot;).serialize()',


                    'success'=&gt;'js:function(data){ alert(&quot;teetee&quot;); }' ,


                    'error'=&gt;'js:function(data){  alert(&quot;comment NOT Submitted&quot;);}',  


                ),array('class'=&gt;'someCssClass',));

?>

Hi Geetha,

Are you sure you have all helper classes of yii core ?

Please check under /web/helpers/[color=#1C2837][size=2]CJavaScriptExpression.php file exists from your yii core.[/size][/color]

[color=#1C2837][size=2]

[/size][/color]

[color=#1C2837][size=2]

[/size][/color]

[color=#1C2837][size=2]

[/size][/color]