Closed (fixed)
Project:
Update Status
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2007 at 02:17 UTC
Updated:
19 Jan 2008 at 07:32 UTC
Click the link below to view the screenshot:-
http://img443.imageshack.us/img443/5034/111rb8.jpg
Comments
Comment #1
drewish commentedsounds like more of an update status issue to me... perhaps they can provide some hints?
Comment #2
dwwA) Please post the contents of your copy of the audio.info file into this issue.
B) Please visit admin/build/modules, press the "Save configuration" button, then visit admin/logs/updates again and see if things are working as expected or not.
I just installed the audio 5.x-2.x-dev release on a test site and update_status is working just fine, so this is no longer a bug report, it's a support request...
Cheers,
-Derek
Comment #3
kpm commentedI had the same problem, with a few modules I updated. When I compared the info files of old and updated modules, they were different and the updated module was correct. As you suggested, navigating to modules admin/build/modules page and clicking 'save configuration' solved the issue and update status reported correctly.
Thanks
Comment #4
kpm commentedSorry, I too am still having the issue... here is an example:
The updated calendar module info file
The old module info file:
When I initially ran cron and then checked manually for updates, nothing was being reported as requiring updates. After clicking 'save configuration' on the module admin page, then there was a report for a database update, so ran the update.php script. I then thought that would solve the reporting problem, but upon checking in the status report, the update is still being reported as required.
Thanks
Comment #5
kpm commentedSorted this out... It's a bit of a long story...
So with the recent 5.3 security updates, 'update status' listed the updates I needed to get. I grabbed the 5.3 version update, backed up database and sites directory, disabled all none core modules, put the 5.3 version in the web root, moved my sites directory in and ran the update. All went well, so went off to 'Update status'. It was reporting the new Drupal 5.3 version correctly. I enabled all modules again, and checked status. The same modules that were indeed updated are still being reported as not being updated, plus two additional modules listed as requiring security updates (pathauto and token). So, I started to grab and paste all the modules that were being reported wrong to post a further support request when I noticed something. When I grab a new version of a module, the first thing I do before extracting it is to create a backup copy of the existing module directory. My naming convention is to append the module name with ".BAK". The complete list of all modules that were not being updated also happened to have the .BAK directory in the /sites/all/modules/ directory. So, I looked at the first module in the list that was not being reported properly by update status, moved the .BAK directory to another directory, refreshed the status update page and surprise, the module now reported correctly.
So, the module was reading the .BAK directory rather than the newly uploaded directory. "Bingo!" I thought, I discovered the solution and moved all the .BAK directories into a sites/all/modules/BAK directory rather than have them in the /sites/all/modules/ directory. I then went to refresh the sites status page but was greeted with:
Fatal error: Call to undefined function og_get_group_context() in /var/www/drupal/sites/all/modules/og_vocab/og_vocab.module on line 109So, I put the .BAK files back in the modules directory and removed them one at a time until I found the culprit which was the og.BAK2 (I had more than one of some of the .BAK directories). After that, I ran cron, update.php, and checked with status update. Most of the issues went away, but a few are still lingering. So, I decided to move my backup directory from drupal/sites/all/modules/ to /drupal. I then ran cron, update.php, etc and everything was reported correctly. So, my lesson learned, nothing in the modules directory but the modules actively being used.
With regards to my organic groups issue, I think I messed that up with some sleep deprived updating in the past. I didn't see a 'og' directory, only an 'og.BAK' and 'og.BAK2' so Drupal used what it though was best and now I will have to surf on over to the Organic Groups module page and try and learn how to solve this issue *sigh*.
Comment #6
dwwGlad you figured it all out. Don't know why this was left in "active (needs more info)". ;)