Hi,
So I'm in fact using cvs version of drupal. I installed drupal from cvs just a week ago, I haven't done any update till now.
Then I went on the update.php page, and so I see I need to update the system module. In the drowndown box, by default is selected 110. And in the dropdown I can choose between 110 and 182. As I installed drupal from cvs just a week ago, it seems strange I have to update from 110.
So I tried the update (I made a database copy before), but then I have many warnings, and some queries failed. So I made a rollback to recover my backup database.
Below the result of the query, beware it is quite long...
Thanks
* user warning: Table 'search_total' already exists query: CREATE TABLE search_total ( word varchar(50) NOT NULL default '', count int(10) unsigned default NULL, PRIMARY KEY word (word) ) in /var/www/vhosts/min-de-nice.fr/includes/database.mysql.inc on line 120.
* user warning: Can't DROP 'path'; check that column/key exists query: ALTER TABLE blocks DROP path in /var/www/vhosts/min-de-nice.fr/includes/database.mysql.inc on line 120.
* user warning: Duplicate column name 'visibility' query: ALTER TABLE blocks ADD visibility tinyint(1) NOT NULL in /var/www/vhosts/min-de-nice.fr/includes/database.mysql.inc on line 120.
* user warning: Duplicate column name 'pages' query: ALTER TABLE blocks ADD pages text NOT NULL in /var/www/vhosts/min-de-nice.fr/includes/database.mysql.inc on line 120.