Search code examples
oauthyiidropboxyii-extensions

include(OAuth.php): failed to open stream: No such file or directory error in Yiidropbox extension


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?


Solution

  • 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