Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
update.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2008 at 20:19 UTC
Updated:
19 Jan 2009 at 20:50 UTC
After upgrading from 1.2 to 1.3, Logintoboggan is not showing up on the update status page:
example.com/admin/reports/updates/list
Just not there. The module is installed and I can get to the configuration pages and everythig else is working about it.
Weird.
Ideas?
Shai
Comments
Comment #1
hunmonk commentedno clue. the code fixes were minor. sounds like an update status bug to me.
Comment #2
dave reidCan you recheck to confirm it is still missing from the update list?
Comment #3
Shai commentedYes. Still happening. And it is happening with other modules as well. Not just logintoboggan (changing title name to reflect that).
Any chance it is related to the the fact that my server is running SuPhp?
thanks for checkin' in.
Shai
Comment #4
Shai commentedI fixed it... I still don't understand why it is happening but I know how to stop it.
Here was my OLD workflow for updating modules. Note that I wrap my files in svn and also that I don't use cvs update but rather delete and add.
On a local working copy
1. svn del the module
2. cvs download
3. svn add
4. svn commit
5. go to server and svn up
The problem is solved when I add an svn commit after step one so that it now looks like:
1. svn del the module
1a. svn commit
2. cvs download
3. svn add
4. svn commit
5. go to server and svn up
Shai
Comment #5
dave reidYeah you'd need to add a commit after delete, or download the new module over the old one and commit without a delete. Marking as fixed.
Comment #6
Shai commentedSorry for the distraction. I appreciate your attention to the issue queue.
best,
Shai