After installed Magento 2.3.3, I try login Admin account and have this issue:
I use Magento 2.3.3 and PHP 7.3.13.
Any help would be appreciated!
 Partab Saifuddin Zakir
 
 1,3021 gold badge21 silver badges47 bronze badges
 
 
 asked Dec 17, 2019 at 7:53
 
 
 
 David Duong 
 
 8361 gold badge12 silver badges41 bronze badges
 
 2 Answers 2
I'm also getting the same error, I did resolved it by installing phar by executing apt-get install php-phar
 answered Dec 17, 2019 at 12:46
 
 
 
 Partab Saifuddin Zakir 
 
 1,3021 gold badge21 silver badges47 bronze badges
 
 - 
 1Thank you for your help!David Duong– David Duong2019年12月19日 12:39:30 +00:00Commented Dec 19, 2019 at 12:39
 
Run This Command :-
composer update
After you ran the above command, you can run the command:
php bin/magento setup:upgrade
 
 answered Dec 17, 2019 at 9:03
 
 
 
 Ronak Rathod 
 
 6,58020 silver badges46 bronze badges
 
 - 
 Thank you! I can run composer update. Do you have any idea prntscr.com/qbxtcs?David Duong– David Duong2019年12月17日 09:28:05 +00:00Commented Dec 17, 2019 at 9:28
 - 
 apt-get install php-pharRonak Rathod– Ronak Rathod2019年12月17日 13:36:25 +00:00Commented Dec 17, 2019 at 13:36
 - 
 Thank you for your help!David Duong– David Duong2019年12月19日 12:39:22 +00:00Commented Dec 19, 2019 at 12:39
 
default