On Thursday, Jan 30, 2003, at 06:23 Europe/London, Prabhu M.K. wrote:
Hi,My guess is that AxKit is failing (throwing an exception) even before it gets the config object back. Which means it's probably dying in ConfigReader->new(), which is unfortunate because those bugs are REALLY hard to track down.
Thanks for the reply...
I have done as u said, but no improvment...
Even my php is not working if i run apache with axkit.
It is giving me the same error
[Wed Jan 29 17:14:00 2003] [error] Can't call method
"StackTrace" on an undefined value at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Apache/AxKit/ Exception.pm
line 11
Did I miss any dependencies for Axkit...
Basically it can only mean an error in your configuration as far as I can tell. Here are the things it might croak on (this is C I'm afraid):
if (r == NULL) {
croak("_get_config: Unexpected request_rec = NULL");
}
if (r->per_dir_config == NULL) {
croak("_get_config: Unexpected per_dir_config = NULL");
}
if (r->server == NULL || r->server->module_config == NULL) {
croak("_get_config: Unexpected r->server->module_config = NULL");
}
The best thing now is to show a bit more of your httpd.conf and hope we can figure it out from that ;-)
Matt.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
