Yii install- require()

Hi!

I’m having some difficulties while installing Yii on shared server. Server is running PHP Version 5.2.17 with Zend on. I noticed that many people has the same problem. I’m not sure what the cause of this error is.

Any thoughts?

[color="#FF0000"]Warning: require(/htdocs/team/framework/YiiBase.php) [function.require]: failed to open stream: No such file or directory in /homepages/11/d406809263/htdocs/team/framework/yii.php on line 14

Fatal error: require() [function.require]: Failed opening required ‘/htdocs/team/framework/YiiBase.php’ (include_path=’.:/usr/lib/php5’) in /htdocs/team/framework/yii.php on line 14[/color]

[color="#006400"]/* Moved from Bug Discussions to Installation and Setup */[/color]

Where did you put yii framework files?

seems as if your hoster stripped ‘/homepages/11/d406809263/’ prefix from your files…

Did you set YII_PATH constant?

How does your index.php look like?