Hello All,
Today I knew about YII framework. So I decided to have adrive on it. So to check how blog tutorial works in Yii I just made download the Yii framework and install it on my localhost. Then I imported the blog database to MySQL. After that I just made paste the blog tutorial in the project folder where Yii framework was installed. But after that when I browsed through my browser I got error like this
Warning: require_once(/var/www/MyWorks/YII/Blog/../../framework/yii.php): failed to open stream: No such file or directory in /var/www/MyWorks/YII/Blog/index.php on line 10 Call Stack: 0.0002 640984 1. {main}() /var/www/MyWorks/YII/Blog/index.php:0 Fatal error: require_once(): Failed opening required '/var/www/MyWorks/YII/Blog/../../framework/yii.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/MyWorks/YII/Blog/index.php on line 10 Call Stack: 0.0002 640984 1. {main}() /var/www/MyWorks/YII/Blog/index.php:0
So can some one help me out.