I am adding a new module for rollbar and the instructions from rollbar said that I had to add the next code in ‘components’:
'rollbar' => array(
'class' => 'application.vendor.baibaratsky.yii-rollbar.RollbarComponent',
'access_token' => 'the-token',
),
But that path for the class it is trying to find ‘vendor/’ folder inside ‘protected/’ folder and I don’t know how to change that path to find vendor in the same level of ‘protected/’, I mean, ‘vendor/’ is outside of ‘protected/’, can you help me?
By the way, the error I get is:
PHP Error
require(/home/juanmjimenezs/Documentos/backoffice/protected/vendor/baibaratsky/yii-rollbar/RollbarComponent.php): failed to open stream: No such file or directory
Thanks!