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
Comment #1
alexandreracine commentedChanging version....
Comment #2
hunmonk commentedthe 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.Comment #3
alexandreracine commentedCorrect, 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.
Comment #4
alexandreracine commentedoups, forgot to change the status...
Comment #5
hunmonk commentedi'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.