-
Notifications
You must be signed in to change notification settings - Fork 59
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
OAuth configuration script - missing oauth module?! #49
Comments
Please read the readme
El El dom, 31 mar. 2019 a las 10:36, LeopoldKing <[email protected]>
escribió:
Hi everyone,
whenever I try to create my oauth configuration script, it only returns
the following error:
Fatal error: Uncaught Error: Class 'OAuth' not found in /░░░/inakiabt/etsy-php/src/Etsy/EtsyClient.php:23
Stack trace:
#0 /░░░/inakiabt/etsy-php/scripts/auth-setup.php(41): Etsy\EtsyClient->__construct('░░░...', '░░░')
#1 {main}
thrown in /░░░/inakiabt/etsy-php/src/Etsy/EtsyClient.php on line 23
Any ideas what I can do about it? I'm running on a MacOS (mojave) and it
seems that the MacOS php is not supporting OAuth. How can I install it?
Cheers,
Leopold
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#49>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAlChK3FUxgP4FBtn06xJV90_RlT_oP-ks5vcLndgaJpZM4cUUJJ>
.
--
Iñaki Abete :: Tandil :: Argentina :: about.me/inaki.abete
|
That's what I did and tried to follow but due a missing(?) OAuth module, I couldn't go on. Any ideas how to solve it?
|
Did you follow the requirements part? You need to install the oauth and
curl packages
El El dom, 31 mar. 2019 a las 18:39, LeopoldKing <[email protected]>
escribió:
That's what I did and tried to follow but due a missing(?) OAuth module, I
couldn't go on. Any ideas how to solve it?
Please read the readme
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAlChM-_tVT8QD7-4q7unCJfyhCpIhRoks5vcSr4gaJpZM4cUUJJ>
.
--
Iñaki Abete :: Tandil :: Argentina :: about.me/inaki.abete
|
yeah, I tried it but it didn’t work. Maybe I misunderstood something.
I’ll give it a shot the next days again :-/
Thank you!
… Am 31.03.2019 um 23:43 schrieb Iñaki Abete ***@***.***>:
Did you follow the requirements part? You need to install the oauth and
curl packages
El El dom, 31 mar. 2019 a las 18:39, LeopoldKing ***@***.***>
escribió:
> That's what I did and tried to follow but due a missing(?) OAuth module, I
> couldn't go on. Any ideas how to solve it?
>
> Please read the readme
>
> —
> You are receiving this because you commented.
>
>
> Reply to this email directly, view it on GitHub
> <#49 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAlChM-_tVT8QD7-4q7unCJfyhCpIhRoks5vcSr4gaJpZM4cUUJJ>
> .
>
--
Iñaki Abete :: Tandil :: Argentina :: about.me/inaki.abete
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#49 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ASgyfPeRzC5-98afw3Rvim28PsQYxC1nks5vcSwPgaJpZM4cUUJJ>.
|
I spent a couple of hours on the same problem, in phpinfo oAuth was installed and enabled, but... |
Hi everyone,
whenever I try to create my oauth configuration script, it only returns the following error:
Any ideas what I can do about it? I'm running on a MacOS (mojave) and it seems that the MacOS php is not supporting OAuth. How can I install it?
Cheers,
Leopold
The text was updated successfully, but these errors were encountered: