Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [PeterP] Internal Error 500 - can't install

Quote Reply
Re: [PeterP] Internal Error 500 - can't install In reply to
Hi. I've moved your thread for you, as it was in the Links2, and not LinksSQL forum :)

Regarding your problem, it could be one of many problems. The main ones are;

1) The CHMOD is set to 755 on the script, and NOT 777 on the /cgi-bin folder (can cause security problems on some server, and give 500 IS Errors).

2) The path to Perl is not correct. Double check with your host. Its normally something like;


#!/usr/bin/perl
or
#!/usr/local/bin/perl

or on some Windows servers;

#!c:/bin/perl/perl.exe

3) You uploaded the install.cgi file in binary mode, and not ASCII, as it is meant to.

I'm not sure which, if any, of the above are correct in your case. Just throwing a few suggestions your way :)

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!
Subject Author Views Date
Thread Internal Error 500 - can't install PeterP 9025 May 18, 2004, 1:23 PM
Post Re: [PeterP] Internal Error 500 - can't install
Andy 8877 May 18, 2004, 2:32 PM
Thread Re: [PeterP] Internal Error 500 - can't install
PeterP 8830 May 18, 2004, 2:44 PM
Post Re: [PeterP] Internal Error 500 - can't install
Andy 8828 May 18, 2004, 3:11 PM
Post Re: [PeterP] Internal Error 500 - can't install
PeterP 8772 May 24, 2004, 3:15 AM