Alias "demoapp.protected.extensions.slider.slider" Is Invalid

when i want to set any extension in my application this time this exception is generated…how can i solve this problems…?

Alias "demoapp.protected.extensions.slider.slider" is invalid. Make sure it points to an existing directory or file.

it show exception in ./YiiBase.php(341)

341 : throw new CException(Yii::t(‘yii’,‘Alias “{alias}” is invalid. Make sure it points to an existing directory or file.’,

please replay me as soon as.

thanx…

[size="2"]Try this:[/size]


'class'=>'ext.slider.slider.php' 

where slider.php is located at /protected/extensions/slider/slider.php

thanx dude…it’s works…

I’m glad I could help :)