You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Included Oauth/bootstrap.php (wrong bootstrap.php!!)
Started 2h search why $currentUri (->getAbsoluteUri()) is not defined.
included the correct bootstrap.php this time ...
require_once DIR . 'Oauth/vendor/autoload.php';
Found vendor on .gitignore
'Oauth/vendor/autoload.php' should be 'Oauth/bootstrap.php' ??
finally a login panel ... but ...
Fatal error: Uncaught exception 'OAuth\Common\Http\Exception\TokenResponseException' with message 'file_get_contents(https://accounts.google.com/o/oauth2/token): failed to open stream: No such file or directory'
Could you add a README to the examples?
Thanks for pointers.
Found it 'Oauth/vendor/autoload.php' should be 'Oauth/bootstrap.php' this seems to work.
I highly recommend renaming one of the bootstrap.php files to avoid confusion.
The text was updated successfully, but these errors were encountered:
Started with an example google.php ...
Could you add a README to the examples?
Thanks for pointers.
Found it 'Oauth/vendor/autoload.php' should be 'Oauth/bootstrap.php' this seems to work.
I highly recommend renaming one of the bootstrap.php files to avoid confusion.
The text was updated successfully, but these errors were encountered: