For anyone trying this solution, if "@ini_set(‘display_errors’, 0);” does not work and throws error, try setting it without ‘@’ - to the start of the file:
/var/www/html/adminer.php
ini_set(‘display_errors’, 0);
For anyone trying this solution, if "@ini_set(‘display_errors’, 0);” does not work and throws error, try setting it without ‘@’ - to the start of the file:
/var/www/html/adminer.php
ini_set(‘display_errors’, 0);