check(); if ($dbReport->getStatus() == common_configuration_Report::VALID) { return new common_configuration_Report( $dbReport->getStatus(), "A suitable database driver is available.", $this ); } } return new common_configuration_Report( common_configuration_Report::INVALID, "No suitable database driver detected. Drivers supported by TAO are: " . implode(', ', $drivers) . '.', $this ); } }