The link for the "Ban" button has a leading "/" which causes it to go to a non-existant page. To fix this change the line 201 of ip.module from:
l(t('Ban IP'), '/admin/user/rules/add/' . $record['ip'] . '/host'),
to:
l(t('Ban IP'), 'admin/user/rules/add/' . $record['ip'] . '/host'),

Comments

  • Commit 616bdcb on 6.x-1.x authored by TonyT, committed by GeduR:
    Issue #1743396 Ban link broken
    
gedur’s picture

Issue summary: View changes
Status: Active » Fixed

Already commited to dev. Thanks!

Status: Fixed » Closed (fixed)

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