Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Internal server error with dynamic page

Quote Reply
Internal server error with dynamic page
Hi,

Do anyone experience with this on lsql 2.1.2? I get this error when using something like page.cgi?p=search&s=<sessionid>&d=1. Enabling debug mode is helpless. When run it in shell, I got the error 'segment fault'

Should it be upgrade to newer version?

TIA,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] Internal server error with dynamic page In reply to
Probably;

1) Database corrupt
2) Missing perl module
3) Turn debugging OFF, as this can sometimes cause page.cgi to crash on pre 2.2.0 versions).

If that still doesn't work, try turning off mod_perl, and then see if you get any more helpful error messages Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Internal server error with dynamic page In reply to
Thanks for you tips Andy! Database is fine. We don't use mod_perl and debug mode is off. It is an Suse linux

Regards,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] Internal server error with dynamic page In reply to
No problem.

Have you tried using this in the top of .cgi scripts;

use CGI::Carp qw(fatalsToBrowser);

Sometimes this gives you a better error message, which actually means something.

Other than that, I'm afraid I don't really know what could be the problem :/

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!