vimeo / vimeo.php

Official PHP library for the Vimeo API.
https://developer.vimeo.com
Apache License 2.0
450 stars 210 forks source link

Fatal error: Class 'TusPhp\Tus\AbstractTus' not found #242

Open hitendra2f opened 4 years ago

hitendra2f commented 4 years ago

Fatal error: Class 'TusPhp\Tus\AbstractTus' not found in /home/sb2020/public_html/wp-content/plugins/vimeo-streaming/vim_lib/src/Vimeo/Upload/TusPhp/Tus/Client.php on line 17 Please answer

i have set up the TusPhp but still getting this error

tommypenner commented 4 years ago

@hitendra2f Has your local environment been properly provisioned? Did you install the Vimeo library via Composer? Can you try running composer install?