I am new to Yii framework, this may be a stupid question. I spent some time to resolve this but couldn’t
I downloaded dcclassied script from here. Its working fine.
Then I integrated Yii-user-management extension
This also work fine, if I access direct with URL. But here I want to merge both in one. So that both will use same theme. I tried to include widget in view file
/var/www/html/dclassifieds/themes/basic/views/site/index_tpl.php
however the following is not working.
<? $this->widget(‘application.modules.user.components.LoginWidget’); ?>
I am getting following error
include(YumUserLogin.php): failed to open stream: No such file or directory
can anyone help me here?