2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
printtheme('maintenance_page','<p>We were able to connect to the MySQL database server (which means your username and password is okay) but not able to select the database.</p>
<p>The MySQL error was: '.theme('placeholder',mysql_error()).'.</p>
<p>The MySQL error was: '.theme('placeholder',mysql_error($connection)).'.</p>
<p>Currently, the database is '.theme('placeholder',substr($url['path'],1)).'. The username is '.theme('placeholder',$url['user']).' and the database server is '.theme('placeholder',$url['host']).'.</p>
<ul>
<li>Are you sure you have the correct database name?</li>
...
...
@@ -98,14 +98,14 @@ function _db_query($query, $debug = 0) {