Xampp + Extensions= Problems!!

Hi all,

I’m using Xampp to work with yii. When I try to access any extensions placed under protected/extensions folder in my view file, the extension is not being rendered. I access it like for eg…

$this->widget(‘application.extensions.timepicker.EJuiDateTimePicker’, array(…

));

But the same methodology works fine when I use in WAMP…!

I’m totally baffled by this problem…help needed…!

Thanks in advance!

PS: I need to use Xampp for my project instead of WAMP!

Show us the error you get when you try to use the extension.

You can use http://www.yiiframework.com/doc/api/1.1/YiiBase#getPathOfAlias-detail to look at the real path of "[color=#1C2837][size="2"]application.extensions.timepicker.EJuiDateTimePicker"[/size][/color]

There is no error that is displayed. Using the getPathOfAlias() points to the exact location of the extension referred. When the page is viewed the extension is not triggered! No errors in the form; it is rendered properly!