I have deployed my application in ubuntu server under /var/www, but when I try to run the application in broswer, it gives me this error:
PHP Fatal error: require_once(): Failed opening required '/var/www/../yii/framework/yii.php'
(include_path='.:/usr/share/php:/usr/share/pear') in /var/www/index.php on line 12
the yii framework is located /var/yii and I have set the yii.php to 755 permission, and php is working perfectly when testing with phpinfo().
does anybody maybe have some idea what could be the problem, thanks for help.