I get this errors http://playandtest.findtoilet.dk/div/drupal_database_update_errors_gif.gif and when I look in logfile I see this http://playandtest.findtoilet.dk/div/2drupal_database_update_errors_gif.gif.

I have searched site:drupal.org but can't figure out what to do. Some one can help, please?

Edited: When I look in this /home/www/playandtest.findtoilet.dk/includes/database.mysql-common.inc on line 443 - I see:

function db_add_index(&$ret, $table, $name, $fields) {
  $query = 'ALTER TABLE {'. $table .'} ADD INDEX '. $name .' ('. _db_create_key_sql($fields) .')';
  $ret[] = update_sql($query);
}

Edited: Not sure what was the problem but I clicked at the Home and cleared the cache and all seems to look OK. But if some one know what went wrong I would be happy to know, just for learning?

Edited: The first module I updated and used update.php I also get a lot of errors but they didn't mean anything. Would be nice if errors was not showed when there is no problem but maybe that can't be done?

nobody click here