Logintoboggan Not Showing up on Module Update List Page
Shai - December 31, 2008 - 20:19
| Project: | Drupal |
| Version: | 6.x-dev |
| Component: | update.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
no clue. the code fixes were minor. sounds like an update status bug to me.
#2
Can you recheck to confirm it is still missing from the update list?
#3
Yes. 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
#4
I 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
#5
Yeah 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.
#6
Sorry for the distraction. I appreciate your attention to the issue queue.
best,
Shai
#7
Automatically closed -- issue fixed for two weeks with no activity.