When I tried to run
$dropbox = Yii::app()->dropbox;
as mentioned in http://www.yiiframework.com/extension/yiidropbox/#hh1 , I am getting the error include(OAuth.php): failed to open stream: No such file or directory
. What is causing this error?
You are missing the PHP OAuth extension. You can install it through PECL or maybe even as a package (depends on your operating system). For example on Ubuntu you would
sudo apt-get install liboauth-php