-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Fatal error: Class 'Auth0\SDK\API\ApiUsers' not found in vendor/auth0/auth0-php/src/Auth0.php on line 256 #9
Comments
appears to be autoloading issue on classes in \API namespace via composer.
|
Could be a composer psr-4 word casing issue? Can work around this issue temporarily by Can confirm that composer autoloader works for all other vendor packages. |
Fixed on 1.0.2 |
Pls can i get help with this issue: Fatal error: Uncaught exception 'Auth0\SDK\Exception\CoreException' with message 'Invalid domain' in C:\xampp\htdocs\00-starter-seed\vendor\auth0\auth0-php\src\Auth0.php:213 Stack trace: #0 C:\xampp\htdocs\00-starter-seed\index.php(30): Auth0\SDK\Auth0->__construct(Array) #1 {main} thrown in C:\xampp\htdocs\00-starter-seed\vendor\auth0\auth0-php\src\Auth0.php on line 213 |
@AdelekeIO - When you initialize the |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
PHP Fatal error: Class 'Auth0\SDK\API\ApiUsers' not found in vendor/auth0/auth0-php/src/Auth0.php on line 256
using both 1.0 branch and master.
The text was updated successfully, but these errors were encountered: