-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: Framework/EncryptionFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 release
Description
Preconditions (*)
- Version 2.3.1 upgraded to Version 2.3.2
Steps to reproduce (*)
- I had 2.3.1 installed and working for last couple months
- I did composer update - all was still well
- I ran composer to update to version 2.3.2
composer require magento/product-community-edition:~2.3.2 --no-update - I then tried to fun my flush.sh which does:
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento indexer:reindex
bin/magento cache:flush
Expected result (*)
- I expected the above commands to run properly and for the site to be functioning on 2.3.2.
Actual result (*)
- The site is still running, but I get this warning on screen:
Warning: Use of undefined constant SODIUM_CRYPTO_PWHASH_ALG_ARGON2ID13 - assumed 'SODIUM_CRYPTO_PWHASH_ALG_ARGON2ID13' (this will throw an Error in a future version of PHP) in /var/www/html/vendor/magento/framework/Encryption/Encryptor.php on line 153
- When I ran my flush.sh script, I get the following errors:
bin/magento setup:upgrade
There are no commands defined in the "setup" namespace.
bin/magento setup:di:compile
There are no commands defined in the "setup:di" namespace.
bin/magento setup:static-content:deploy -f
There are no commands defined in the "setup:static-content" namespace.
bin/magento indexer:reindex
There are no commands defined in the "indexer" namespace.
bin/magento cache:flush
There are no commands defined in the "cache" namespace.
Nazar65, tonyklapatch, haelbichalex, yosefkurniawan, 0x15f and 1 more
Metadata
Metadata
Assignees
Labels
Component: Framework/EncryptionFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 release