in reply to Re: Kwiki update problems with Spoon
in thread Kwiki update problems with Spoon

Unable to install Bundle::Kwiki as Kwiki::Email requires 5.8.3 and they're still at 5.8.2.

So we cpan, and "force install Kwiki", which is successful, and still the same error:

[543 root@xxx:/var/www/kwiki]$ kwiki -update Can't locate object method "init" via package "CGI::Kwiki::Config" at +/usr/lib/perl5/site_perl/5.8.2/Spoon/Config.pm line 22. [544 root@xxx:/var/www/kwiki]$
Harumpth. Still stuck. :(

Replies are listed 'Best First'.
Re^3: Kwiki update problems with Spoon
by meredith (Friar) on Sep 20, 2004 at 14:22 UTC

    The CLI tool is kwiki-install now.

    mhoward - at - hattmoward.org
Re^3: Kwiki update problems with Spoon
by Happy-the-monk (Canon) on Sep 19, 2004 at 14:30 UTC

    via package "CGI::Kwiki::Config"

    That's because in CGI::Kwiki,   There's no Spoon.

    There really isn't. Spoon came to Kwiki after it moved namespace from "CGI::Kwiki" to simply "Kwiki". So your error shouldn't be there, or at least it should say   via package "Kwiki::.."   instead of   via package "CGI::Kwiki..."

    Best you grep for the string "CGI::Kwiki" in your installation. There's something definitely wrong where you find it. Maybe some module author mislabeled a package in a use or package statement somewhere there.

    Cheers, Sören

Re^3: Kwiki update problems with Spoon
by Anonymous Monk on Sep 19, 2004 at 06:18 UTC
    Kwiki and CGI::Kwiki are not compatible.