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
i have a webserver with php 7.3.11 but it seems libsodium is not installed.
is there a way to include a file instead of installing the library ?
i don't have access to the shell terminal
The text was updated successfully, but these errors were encountered:
On your local machine, use Composer to install sodium_compat.
Then, use FTP / SFTP to copy your vendor/ directory to your remote server.
Finally, consider moving to a hosting provider that gives you shell access (such as a virtual private server) but if you can't, at least you can still get a polyfilled libsodium.
i have a webserver with php 7.3.11 but it seems libsodium is not installed.
is there a way to include a file instead of installing the library ?
i don't have access to the shell terminal
The text was updated successfully, but these errors were encountered: