Upgrading from 5.x-1.5 to 6.x-4.2-beta2
Update #6407
* Failed: ALTER TABLE {video_files} DROP filesize
* Failed: ALTER TABLE {video_files} DROP filename
* Failed: ALTER TABLE {video_files} DROP filepath
* Failed: ALTER TABLE {video_files} DROP filemime
* Failed: ALTER TABLE {video_files} ADD data longtext
* user warning: Can't DROP 'filesize'; check that column/key exists query: ALTER TABLE video_files DROP filesize in C:\wamp\www\drupal6\includes\database.mysql-common.inc on line 331.
* user warning: Can't DROP 'filename'; check that column/key exists query: ALTER TABLE video_files DROP filename in C:\wamp\www\drupal6\includes\database.mysql-common.inc on line 331.
* user warning: Can't DROP 'filepath'; check that column/key exists query: ALTER TABLE video_files DROP filepath in C:\wamp\www\drupal6\includes\database.mysql-common.inc on line 331.
* user warning: Can't DROP 'filemime'; check that column/key exists query: ALTER TABLE video_files DROP filemime in C:\wamp\www\drupal6\includes\database.mysql-common.inc on line 331.
* user warning: Duplicate column name 'data' query: ALTER TABLE video_files ADD data longtext in C:\wamp\www\drupal6\update.php on line 69.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | update.jpg | 282.39 KB | fugazi |
Comments
Comment #1
fugazi commentedUpgrade von 6.x-3.9 bis 6.x-4.2-beta2 same probleme. what can I do now? Can you help me. Thank you and sorry for my bad english.
Comment #2
fugazi commentedDoes anyone know what may lie?
Comment #3
Jorrit commentedIt looks like the update was already applied. The errors can be ignored, it is not a problem when a field that has to be dropped does not exist.
Comment #4
fugazi commented@Jorrit many thanks for the info.