Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Links.pm question

Quote Reply
Links.pm question
hello all,

I have a question about Links.pm

If you have the following situation

page.cgi?p=test&d=1

but template test.html does not exist, the subroutine fatal in Links.pm will be called to inform you about the error.

Now I load my LinksSQL in Apache2 under mod_perl 2

I do the same thing call & i get a 500 Internal Server Error,
It seems that the routine fatal cannot handle under mod_perl 2
is there a solution for this to get it work properly under mod_perl 2?


Cheers,

Eric Holborn