Nick Burch wrote:
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 {
Hi Nick, indeed they both do.. double checked it was the latest version and everything.
I seem to have both a wiki.cgi and index.cgi though, and they both appear to be the same.
Clair