forked from dweeves/magmi-git
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addition method of validation pass for magento 2.3 has been added. (#47)
- Loading branch information
1 parent
82ae373
commit b7dd5e8
Showing
1 changed file
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b7dd5e8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got this error:
23-Aug-2019 14:48:26 Europe/Rome] PHP Warning: Use of undefined constant SODIUM_CRYPTO_PWHASH_SALTBYTES - assumed 'SODIUM_CRYPTO_PWHASH_SALTBYTES' (this will throw an Error in a future version of PHP) in
/public_html/magento2/aggiorna/inc/magmi_auth.php on line 63
i revert to the old file version deleting the sodium_crypto to make it work.