There's been some kind of mixup in the updates.inc file, and a few updates seem to have gone AWOL as a result:

Diff between 4.6.0 and 4.6.2 updates.inc.
Diff between 4.6.2 updates.inc and a much later version.
A related older issue.
Resulting problem.

As a result. all upgraded versions of Drupal are missing the tags column in the vocabulary table.

Cheers
-K

CommentFileSizeAuthor
#5 update_19.patch2.23 KBZen
#1 update.php_5.diff889 bytesdrumm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drumm’s picture

FileSize
889 bytes

I think this will fix that issue. Please test!

drumm’s picture

Status: Active » Needs review
Zen’s picture

Looks good - but I haven't tested this yet. Just wanted to mention that there will very likely be a few adventurous 4.7 beta users out there who might want a fix as well - perhaps with a simple SQL file [for betas 1, 2 and 3].

Cheers
-K

sangamreddi’s picture

I have tested the dif working good. Thanks a lot. So far no errors. The vocab problem has been solved.

Only error during my update from Drupal 4.6.5 to Drupal latest CVS(Jan 14th) is

Update #157
DELETE FROM {url_alias} WHERE src = 'node/feed' AND dst = 'rss.xml'
Failed: INSERT INTO {url_alias} (src, dst) VALUES ('rss.xml', 'node/feed')

Hope this can easily be add using add alias.

Zen’s picture

FileSize
2.23 KB

Tested on 4.6.2 with update_start set as 2005-05-07.
a) the referer field issue with the watchdog still appears if $access_check=TRUE and you're (admin) not logged in.
b) update.php now displays 129 instead of 130 and all updates appear to go through :)
c) However updates 132, 135 and 137 are being performed when they shouldn't be. The attached patch addresses that.

Thanks
-K

Dries’s picture

Alrighty! Committed to HEAD. Thanks.

Dries’s picture

Status: Needs review » Fixed
Zen’s picture

Status: Fixed » Closed (fixed)