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
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

hunmonk - December 31, 2008 - 21:10
Project:LoginToboggan» Drupal
Version:6.x-1.3» 6.x-dev
Component:Code» update.module

no clue. the code fixes were minor. sounds like an update status bug to me.

#2

Dave Reid - January 4, 2009 - 06:33
Status:active» postponed (maintainer needs more info)

Can you recheck to confirm it is still missing from the update list?

#3

Shai - January 4, 2009 - 12:49

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

Shai - January 4, 2009 - 16:01

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

Dave Reid - January 5, 2009 - 20:42
Status:postponed (maintainer needs more info)» fixed

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

Shai - January 5, 2009 - 20:49

Sorry for the distraction. I appreciate your attention to the issue queue.

best,

Shai

#7

System Message - January 19, 2009 - 20:50
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.