Skip to content
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 7.1 Exception: Deprecated Function mcrypt_module_open() #689

Closed
afonseca08 opened this issue Feb 17, 2018 · 2 comments
Closed

PHP 7.1 Exception: Deprecated Function mcrypt_module_open() #689

afonseca08 opened this issue Feb 17, 2018 · 2 comments

Comments

@afonseca08
Copy link

I am getting the following exception thrown when calling getAuthorizationUrl():

Deprecated: Function mcrypt_module_open() is deprecated in /app/public/custom/hubspot/vendor/ircmaxell/random-lib/lib/RandomLib/AbstractMcryptMixer.php on line 75

@PatchworkBoy
Copy link

Upgrade to a later version of thephpleague/oauth2-client (They switched away from ircmaxell in ^2.0.0 and began using paragonie instead, which has been updated for PHP7.x)

@mxdpeep
Copy link

mxdpeep commented Feb 5, 2019

sure, upgrade to 3.0.x, quite essential

@ramsey ramsey closed this as completed Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants