Closed stesi561 closed 2 years ago
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
PR to fix the above https://github.com/paragonie/sodium_compat/pull/150
Fixed in v1.18.1
v1.18.1
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