I have downloaded Joomla 3.7, and trying to setup on Fresh Ubuntu 16.04 server with LAMP Stack, getting the error:
Error displaying the error page
My environment is apache 2.4, MySQL 5.7.18, PHP 7.0.15.
I have searched a lot over internet but I am getting this error before setting up Joomla site. enter image description here
I had this same error updating a client's site and the cause was that it was an older site and in the database settings it was still using MySQL, as opposed to MySQLi.
From Global Configuration > Server Tab > Database settings I changed the database type to MySQLi and all was good.
Hope this helps!