http://localhost
J'ai un problème :
PDOException : SQLSTATE [42S02] : Base table or view not found : 1146 Table 'drupal_test.semaphore' doesn't exist : SELECT expire, valeur FROM {semaphore} WHERE name = :name ; Array ( [:name] => variable_init ) in lock_may_be_available() (line 165 of /var/www/drupal/includes/lock.inc).
Voici la configuration de ma base de données :
$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'drupal_test',
'username' => 'root',
'password' => 'XXX',
'host' => 'localhost',
'port' => '',
'driver' => 'mysql',
'prefix' => '',
),
),
);
Que faire ?