Closed (fixed)
Project:
Troll
Version:
5.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2009 at 21:43 UTC
Updated:
19 May 2009 at 20:50 UTC
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'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
Comment #1
DanielJohnston commentedUpdate - 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.Comment #2
DanielJohnston commentedBump?
Comment #3
wwwoliondorcom commentedHi,
I just had the same problem.
Blank page on Firefox and IE8.
Any help ?
Thanks.
Comment #4
deekayen commentedI 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.
Comment #5
deekayen commentedAssuming my commit fixed it then.