When I click on either button from Troll Track, I get a page with no content below the title. Examining HTML source code reveals, for IP Ban page:

<td valign="top">
            <div id="main">
        <!--<div class="breadcrumb"><a href="/">Home</a> » <a href="/admin">Administer</a> » <a href="/admin/user" title="Manage your site&#039;s users, groups and access to site features.">User management</a> » <a href="/admin/user/troll" title="Manage visitor IP banning.">Troll</a></div>-->
        <div class="node_format"> <h1 class="title">IP Ban Form</h1> </div>

        <div class="tabs"></div>
                        <form action="/admin/user/troll/ip_ban/user/1847"  accept-charset="UTF-8" method="post" id="troll-confirm-ban-ip-form">
<div><input type="hidden" name="form_token" id="edit-troll-confirm-ban-ip-form-form-token" value="3f8ef2414f1663353e04a476832bd30c"  />
<input type="hidden" name="form_id" id="edit-troll-confirm-ban-ip-form" value="troll_confirm_ban_ip_form"  />

</div></form>
              </div>
    </td>

No idea why this could be happening, have tried switching themes to no avail. Any suggestions? I can post a list of other installed modules if necessary, but the main Drupal version is the latest, and PHP, MySQL etc. are all recent stable Debian builds.

Comments

DanielJohnston’s picture

Update - I just checked the log files (ahem) and attempting to view the page generates the following:

call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'troll_confirm_ban_ip_form' was given in /srv/indusdelta.co.uk/public/htdocs/includes/form.inc on line 218.

DanielJohnston’s picture

Bump?

wwwoliondorcom’s picture

Hi,

I just had the same problem.

Blank page on Firefox and IE8.

Any help ?

Thanks.

deekayen’s picture

Status: Active » Needs review

I might have fixed this in CVS revision 1.26.2.11.2.6 by adding a missing submit handler, but I haven't tested it yet.

deekayen’s picture

Status: Needs review » Fixed

Assuming my commit fixed it then.

Status: Fixed » Closed (fixed)

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