I just installed phpmyadmin on my PC. I followed several instructions such as:
sudo apt update
sudo apt install phpmyadmin
sudo ln -s /usr/share/phpmyadmin /var/www/your_domain/phpmyadmin
I use NGINX as the webserver and PHP version 7.4. Previously, I had tried to install several additional PHP modules such as php-curl, php-mbstring, php-json.
But it still displays the HTTP error 500 error.
Did I miss an installation step or miss some module so that phpmyadmin can't be accessed?