include_path problem after 1.1.7

After upgrading to 1.1.7, i got the following error:




Warning: CErrorHandler::include() [function.include]: Failed opening '' for inclusion (include_path='.:/var/www/clients/client1/web83/web/protected/widgets:/var/www/clients/client1/web83/web/protected/extensions/Smarty-3-0rc3/libs:/var/www/clients/client1/web83/web/protected/extensions/tcpdf:/var/www/clients/client1/web83/web/protected/extensions:/var/www/clients/client1/web83/web/protected/helpers:/var/www/clients/client1/web83/web/protected/components:/var/www/clients/client1/web83/web/protected/forms:/var/www/clients/client1/web83/web/protected/models/behaviors:/var/www/clients/client1/web83/web/protected/models in /var/www/clients/client1/web83/web/yii-1.1.7.r3135/framework/base/CErrorHandler.php on line 286



I removed everything from "import", which cut down the error to:


Warning: CErrorHandler::include() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/clients/client1/web83/web/yii-1.1.7.r3135/framework/base/CErrorHandler.php on line 286

Thanks in advance :)

In the end of CErrorHandler::getViewFile(), can you insert the following lines and see what the output are?

print_r($viewPaths); print_r($view);

The output is:

Array ( [0] => /var/www/clients/client1/web83/web/sites/lanoire/themes/default/views/system [1] => /var/www/clients/client1/web83/web/protected/views/system [2] => /var/www/clients/client1/web83/web/yii-1.1.7.r3135/framework/views )

$view is empty? Why is that? What is the error call stack?

Oops, it’s:


Array

(

    [0] => /var/www/clients/client1/web83/web/sites/lanoire/themes/default/views/system

    [1] => /var/www/clients/client1/web83/web/protected/views/system

    [2] => /var/www/clients/client1/web83/web/yii-1.1.7.r3135/framework/views

)

error

Can you list what files you have under those three directories?

There all non-existing except the last, which is not altered since i downloaded Yii.

So sorry for taking the time. The error was due to a corrupted upload of Yii. Thanks.