I appreciated this module very much. It had been very useful. One day, when my ISP moved the server, this module stop working.
While Status Report page shows correct Core version number, 5.7, this module was reporting Drupal 5.1. I tried to truncate cache tables but to no avail. I then uninstalled Update Status module and tried to reinstall it, which returns in error:
Fatal error: Cannot redeclare update_status_uninstall() (previously declared in /
/modules/update_status/update_status.install:9) in /
/sites/all/modules/update_status/update_status.install on line 20
I am not really a developer. Any help would be appreciated.
-Hiro
Comments
Comment #1
webernet commentedIt appears that you have multiple copies of the module (at /modules/update_status/ and /sites/all/modules/update_status/). Please ensure that you don't have duplicate copies of any modules anywhere in you drupal install.
Comment #2
madflute commentedThank you so much. You were absolutely right. I have no idea how it got to /modules/ directory. I removed it and it was installed fine.
However, it is yet again reporting I have 5.1 while Status Report sez 5.6 (I went back from 5.7 to 5.6 backup directory for testing).
Comment #3
madflute commentedI was wondering if I was supposed to change the status to get attention?
:-)
Comment #4
webernet commentedYou'll need to ensure that there are no other duplicate modules/info files. See also: #215442: after main drupal code was upgraded to the latest version (5.7), the showed version is 5.2
Comment #5
madflute commentedI see. The other thread you pointed to me shows Localizer is the problem, and that fixed my problem as well. Thank you for your help.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.