Hi,
upgraded a multisite installtion to drupal 5.2. Drupal status shows 5.2, but the update status tells me i'm still running 5.1.
On a single site installtion everythings fine.... to solve this issue i have allready delted all files of main drupal installtion and kept only my modules & themes in sites/all.
Anybody else got this one ?
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | update_status_5.2-core.png | 125.67 KB | dww |
| #8 | update_status_5.1-core.png | 134.22 KB | dww |
| drupal_update_issue.jpg | 23.44 KB | TSE |
Comments
Comment #1
robomalo commentedI moved my modules and themes to sites/all and admin/logs/updates doesn't show anything.
Comment #2
robomalo commentedI moved my modules and themes to sites/all and admin/logs/updates doesn't show anything.
Comment #3
bm-1 commentedSame problem here.
Comment #4
dwwHow did everyone install 5.2? Did you re-install from a new core tarball, did you just apply the security patches, or are you using a direct checkout from CVS?
Comment #5
bm-1 commentedDownloaded from http://drupal.org/drupal-5.2 and did the update following the instructions from UPGRADE.txt
Comment #6
brucealdridge commentedsame problem here
Comment #7
dwwJust to confirm, everyone in this issue is really using 5.x-2.0-rc?
Comment #8
dwwI just tried the following steps:
(See screenshot attached here)
(See screenshot attached to next followup).
Therefore, I have no idea what the bug is, since I can't reproduce it at all in the most basic test case. All I can think of is that somehow the .info files for some of your core modules aren't actually being updated when you "upgrade" your sites to 5.2.
Given that I can't reproduce, I'm moving this to a support request. Don't know what else to do, unless someone can provide similarly detailed instructions on how to reproduce the problem, or provide me with access to an affected site so I can try to debug there or something. :(
p.s. core's status report at admin/logs/status is also correct in both cases, though I'm not going to attach screenshots of those.
Comment #9
dwwfor posterity, here's the screenshot of the admin/logs/updates after the upgrade to 5.2 core. looks as expected...
Comment #10
bm-1 commentedOk. I've found my problem... I have two self created modules. In their info-file the project was set to "drupal". So update_status included these 2 modules in his check for Drupal core updates.
I've changed the project in these info-files to something else and everything is fine now...
Comment #11
dwwWell, that definitely explains it. ;) This code is written to assume accurate information in the .info files. If some of the .info files are lying, there's really not much update_status can do about it...
Comment #12
TSE commentedHi Dww, i updated a multiside installtion, did you too ? On a various single side installtion everything is fine.
Comment #13
TSE commentedOk you are right, the problem seems to be an module issue. I just checked mysite.my/admin/build/modules and saw a localizer module under the section "core, optional" still showing 5.1. Looks that this is due to a bug in a dev version of this module.
From my part this issue might be closed, thanx for your help anyway!
TSE
Comment #14
dwwgreat, I'm going to call this fixed, then. yes, there are evil, buggy modules in contrib that put stupid things in their .info files, but there's really not much update_status.module can do about that...
Comment #15
(not verified) commented