[OGDev] OpenGuides 0.57 released
Nick Burch
openguides at gagravarr.org
Wed Oct 4 12:18:49 BST 2006
On Mon, 2 Oct 2006, Clair wrote:
>> I'd re-install the latest wiki::toolkit and OpenGuides packages. It looks
>> to me like you've got a nasty mix of old and new code in there :(
>
> Ah yes, forgot to update wiki::toolkit. Editing seems to be working now,
> however, admin still returns a zero sized reply?
Can you check you wiki.cgi, and see if at line 85 you have:
} elsif ( $action eq 'admin' ) {
$guide->display_admin_interface(
moderation_completed => $q->param("moderation"),
);
}
And then check your OpenGuides.pm to make sure that on line 1438 you have
sub display_admin_interface {
Nick
More information about the OpenGuides-Dev
mailing list