The following message is never displayed.

In order for Drupal to work and to proceed with the installation process you must resolve all permission issues reported above. We were able to verify that we have permission for the following commands: %commands. For more help with configuring your database server, see the <a href="http://drupal.org/node/258">Installation and upgrading handbook</a>. If you are unsure what any of this means you should probably contact your hosting provider.

Because value is never set in $success['CONNECT']. 'CONNECT' is only a value of array.

Please apply patch to fix it.

Comments

Takafumi’s picture

Version: 5.x-dev » 5.0
drumm’s picture

Version: 5.0 » 6.x-dev
Status: Needs review » Needs work

I'd think that the setting of this variable should be fixed instead of changing how it is handled. The usage of $success in drupal_test_*sql() is usually like

$success[] = 'SELECT';
$success[] = 'CREATE';

but create is different,

$success = array('CONNECT');

amc’s picture

Anyone know if this issue is still relevant?

Status: Needs work » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.