Brian Riviere • over 2 years ago
Uncaught Error: Class 'Dropbox\Sign\Configuration' not found in
Hello
Trying to use the Dropbox Sign PHP SDK but getting the following error. I did create the PHP SDK locally and installed the generated vendor folder on my local web server.
Fatal error: Uncaught Error: Class 'Dropbox\Sign\Configuration' not found in /Applications/XAMPP/xamppfiles/htdocs/sign.php:5 Stack trace: #0 {main} thrown in /Applications/XAMPP/xamppfiles/htdocs/sign.php on line 5
Comments are closed.

2 comments
Michelle Brain • over 2 years ago
Thanks for sharing! I have sent your question along to the Dropbox team and hope to hear back in the next day or so.
Michelle Brain • over 2 years ago
Hello again! I heard back from the team and they suggested to try adding the below at the top of your file. change the path to match whatever you have, but it should be similar.
require_once __DIR__ . '/vendor/autoload.php';
Best of luck!