Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Internal Server Error...

Quote Reply
Internal Server Error...
Ok.. my site was working a few weeks back.. and now I get Internal server error whenever trying to hit any dynamic links.. to scripts.. example: http://www.avslinklist.net/...bin/linksSQL/add.cgi

Any clue what might be going on?
Quote Reply
Re: [6foot4] Internal Server Error... In reply to
Do your error logs say anything?

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... In reply to
not sure.. how do I check those? I am not a big time programmer.. just know the basics
Quote Reply
Re: [6foot4] Internal Server Error... In reply to
Couple of tips...

Just below the 'use' statements in the scripts, try adding;

Code:
use CGI::Carp qw(fatalsToBrowser);

.. this *should* bring up any scripting errors.. but its not foolproof.

Another thing, make sure the scripts are still CHMODed to 755. Also, be sure the folder they reside in, is not CHMODed to 777. This can cause the CGI scripts to not work, due to security restrictions on some servers.

Hope that helps :)

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... In reply to
I run ensim.. so I know it causes all sorts of problems..

What should the folder the scripts are in be set to?
Quote Reply
Re: [6foot4] Internal Server Error... In reply to
755. I believe ENSIM servers don't like them to be set to 777...

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!