At the top of the admin/user/logintoboggan there is this :

"Customize your login and registration system. More help can be found here.
Login Toboggan version: 1.133.2.7 , 2008/12/09 23:53:47"

The "here" links to admin/help/logintoboggan and create a 404 error.

Comments

alexandreracine’s picture

Version: 6.x-1.x-dev » 6.x-1.3

Changing version....

hunmonk’s picture

Status: Active » Postponed (maintainer needs more info)

the link works ok for me. do you have Drupal core's help module enabled?? i suspect that's the issue for you...

we might want to put in a if (module_exists('help')) { } conditional in here to avoid any confusion if the help module is disabled.

alexandreracine’s picture

Correct, I do not have the drupal help module enabled.

Maybe putting this in the page directly, so that instead of showing this

"Customize your login and registration system. More help can be found here.
Login Toboggan version: 1.133.2.7 , 2008/12/09 23:53:47"

it would show this

"Customize your login and registration system. More help can be found is you activate the drupal help module and come back here.
Login Toboggan version: 1.133.2.7 , 2008/12/09 23:53:47"

...or something more elegant.

alexandreracine’s picture

Status: Postponed (maintainer needs more info) » Active

oups, forgot to change the status...

hunmonk’s picture

Status: Active » Fixed

i've made all help links conditional on the help module, fix committed to 5.x-1.x-dev, 6.x-1.x-dev, and HEAD.

Status: Fixed » Closed (fixed)

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