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

Class not found due to autoload-fast.php not including directory #151

Closed
stesi561 opened this issue Sep 22, 2022 · 2 comments
Closed

Class not found due to autoload-fast.php not including directory #151

stesi561 opened this issue Sep 22, 2022 · 2 comments

Comments

@stesi561
Copy link
Contributor

When using this package via Wordfence Wordpress plugin the following error was observed.

Uncaught Error: Class 'ParagonIE_Sodium_Compat' not found in vendor/paragonie/sodium_compat/autoload-fast.php:5

This was able to be fixed by prepending dirname(FILE) to the require_once in autoload-fast.php

@stesi561
Copy link
Contributor Author

PR to fix the above #150

@paragonie-security
Copy link
Contributor

Fixed in v1.18.1

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

2 participants