include(Tag.php): failed to open stream: No such file or directory
I am using the project directory structure described in The directory structure of the Yii project site wiki article by Qiang
I'm thinking it might possibly have to do with the following line in my main.php:
Yii::setPathOfAlias('common','c:\path\to\webroot\common');I've tried a relative line as well:
Yii::setPathOfAlias('common', dirname(__FILE__).'/../../common');I'm wondering if there is some trick with file paths on windows or else if I need to enable some php extension? Or any other ideas?

Help











