Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

I am very angry with 500 error :(

Quote Reply
I am very angry with 500 error :(
Hi dear webmaster. I have the following problem.
I installed scripts as it was in readme file.
And this f...ng problem :)
Admin.cgi - work perfectly
I chmod cgi scripts to 755
data 666
hits directory 777
and so on...
(How must i chmod pl scripts?)
And scripts jump.cgi add.cgi search.cgi are not working :(
(System - FREEBSD)
What should I do?

Quote Reply
Re: I am very angry with 500 error :( In reply to
As mentioned quite a few times in this forum,
you need to edit the require "../admin/links.cfg"; codes
in your CGI scripts.

INCLUDE the COMPLETE ABSOLUTE PATH to your admin directory.

Like the following:

Code:

require "/some/machine/at/hosting/company/youraccount/cgi-bin/links/admin/links.cfg";


Good luck!

Regards,

Eliot Lee