From: Paul W. <pg...@va...> - 2003-12-22 11:56:40
|
Not working so well for me at all. The problem is that I often do: $model->input($key => $value) which translates into $model->{pkit_pk}->{apr}->param($key => $value) and the current version of Apache::PageKit doesn't implement sets on params. It looks like it is translating the above to: $table = $model->{pkit_pk}->{apr}->param; $table->get($key => $value); rather than $table->set($key => $value); because I get this error message in the error log: [Mon Dec 22 02:30:06 2003] [error] [client 192.168.1.40] Usage: $table->get($key) at /usr/lib/perl5/site_perl/5.8.1/Apache/PageKit/Model.pm line 281. On Wed, 17 Dec 2003 16:36:14 +0100, Boris Zentner <bz...@2b...> wrote: > Hi, > > faster as expected here is a draft port of Apache::PageKit for mod_perl2. > It should run on every Apache2 with mod_perl2 installed and perl 5.6.x > or > perl 5.8.x. > > It is only tested very light so expect and report errors please. > > http://eg.2bz.de/Apache-PageKit-2.12.tar.gz > > The version is bumped to 2.12 just to remember you that it only runs wit > mod_perl 2 ( 1.99_xx is fine also ) ;-) > > happy testing. -- Paul Weiss Vanquish Inc - Much more than anti-spam. www.vanquish.com o: 508 486 9040 x16 -- |