Closed (duplicate)
Project:
Drupal core
Version:
7.0
Component:
database update system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2011 at 09:57 UTC
Updated:
25 Jul 2011 at 18:28 UTC
Hi all,
I still can't finish update from 6.20 to 7.0
All modules besides core ones are disabled. But the following error occurs after update process.
The following updates returned messages
filter module
Update #7003
* Failed: DatabaseSchemaObjectDoesNotExistException: Cannot rename <em class="placeholder">filters</em> to <em class="placeholder">d6_upgrade_filter</em>: table <em class="placeholder">filters</em> doesn't exist. in DatabaseSchema_mysql->renameTable() (line 300 of /home/www/domain.com/www/includes/database/mysql/schema.inc).
Comments
Comment #1
texis commentedOK sorry - correct error message is:
I have used the 685486_13_filter_update_7003.patch before upgrade process:
http://drupal.org/files/issues/685486_13_filter_update_7003.patch
Comment #2
tlangston commentedThe filter.install file has a spelling error in the filter_update_7003(). Changed 'filters' to 'filter' and got past this error.
Comment #3
texis commentedCan you be more specific? I do not see any issue with the name. I see at the begining:
db_rename_table('filters', 'd6_upgrade_filter');
but there is also table filters so why should I change filters to filter and where?
Thanks
TC
Comment #4
tlangston commentedThe following error is happening because the table filters doesn't exist (table filters doesn't exist.). Since the table filter does exist, it seems reasonable to make this change. The error clears.
* Failed: DatabaseSchemaObjectDoesNotExistException: Cannot rename filters to d6_upgrade_filter: table filters doesn't exist. in DatabaseSchema_mysql->renameTable() (line 300 of /home/www/domain.com/www/includes/database/mysql/schema.inc).
Comment #5
texis commentedSory - maybe I did something wrong previously. What I can see now, after re-trying to update again, is that original the table filters really exists. So now I can see the following error.
So it seems to me there is something wrong after a new Drupal 7 table filter is created. But I have no ideal how to solve this.
Thanks
TC
Comment #6
texis commentedMoving to http://drupal.org/node/1211796
Comment #7
franzSee #6