I've tried to upgrade the Update_status module på 1.2. I've run CRON, I've run update.php, I've tried to clear the cache (devel module), and I've manually checked for updates in the Update page.
Nothing seems to work.
I've also installed the latest CCK, and it won't show as updated either.
Comments
Comment #1
merlinofchaos commentedYou've said what you've tried, but you haven't said what didn't work.
Comment #2
Boletus commentedThe version numbers is still the old version. And the "available updates" page still contains red fields. This have worked before, so I don't know why this is happening now. Do I need to update the modules in any special way? I have just removed the old module folder, and then uploaded the new one. I then run update.php (which by the way, didn't snow that any modules were updatable). Is this not the correct way to update a module?
Comment #3
merlinofchaos commentedIf you're still seeing the old numbers, this can only mean that it's still finding the old copy of your module.
Comment #4
merlinofchaos commentedOne note is that if you copy your original modules to a backup, you must make sure this backup is NOT in your modules (or sites/*/modules) directory, or Drupal may find it and believe it is your module.
You can quickly tell what file Drupal is actually using for your module with the following query:
SELECT filename FROM system WHERE name = 'insert-modulename-here';
Comment #5
Boletus commentedI reuploaded the modules, and now it works. Damn if I knew what happened the first time? Sorry for any inconveniance I cause you merlinofchaos. Thanks for the help.