Mag Gam wrote:
Hi Gurus:
Moving my application from development to production server. For some
reason, I can't seem to execute my application when using mod_perl in
production. I keep getting this permission error:
[Mon Mar 10 13:47:33 2008] [error] Can't call method "prepare" on an
undefined
Niko Tyni wrote:
On Mon, Mar 10, 2008 at 12:06:54AM -0700, Philippe M. Chiasson wrote:
Niko Tyni wrote:
We're switching to Perl 5.10 in Debian soon, and I'm trying to update the
mod_perl2 package to keep it working. Unfortunately the ModPerl-Registry
test suite is failing on the Sparc architec
Hi Gurus:
Moving my application from development to production server. For some
reason, I can't seem to execute my application when using mod_perl in
production. I keep getting this permission error:
[Mon Mar 10 13:47:33 2008] [error] Can't call method "prepare" on an
undefined value at /var/www/:
On Mon, Mar 10, 2008 at 10:28 AM, Peter Wood <[EMAIL PROTECTED]> wrote:
> Also, just for future reference, the maintainer of Apache::Filter, Ken
> Williams, has indicated to me that he is no longer able to support any
> of his Apache::* modules, and recommends going to the mod_perl mailing
> li
Howdy,
Thanks for the PerlSendHeader tip! It was set to 'On' for the host I was
working with, and after changing it to 'Off', things started working.
We're using CGI.pm to print out HTTP headers for all of our CGI scripts,
so PerlSendHeader shouldn't be necessary. I'm assuming that there must
have
On Mon, Mar 10, 2008 at 12:06:54AM -0700, Philippe M. Chiasson wrote:
> Niko Tyni wrote:
> >We're switching to Perl 5.10 in Debian soon, and I'm trying to update the
> >mod_perl2 package to keep it working. Unfortunately the ModPerl-Registry
> >test suite is failing on the Sparc architecture becau
Niko Tyni wrote:
[Resending, as my first try on March 1st apparently got lost somewhere.
Apologies if this ends up as a duplicate.]
1. Problem Description:
We're switching to Perl 5.10 in Debian soon, and I'm trying to update the
mod_perl2 package to keep it working. Unfortunately the ModPerl-