Gossamer Forum
Quote Reply
Problem
Hey,

When I try going to my admin.cgi it says this:

Error including libraries: Substitution replacement not terminated at links.cfg line 209.

Make sure they exist, permissions are set properly, and paths are set correctly.

I set all the CHMODS & am sure the paths are correct!

Quote Reply
Re: Problem In reply to
Uh...it is NOT a permission problem, it is a syntax error in your links.cfg file.

Either use telnet to check the syntax of the file:

Code:

perl -c admin.cgi


OR

Code:

perl -c links.cfg


OR check your PERL error log files.

OR save your links.cfg file as a TEXT file, upload it to your WEB SERVER, and then post the URL to the TEXT file. PLEASE DO NOT POST THE COMPLETE LINKS.CFG FILE BECAUSE OF THE FOLLOWING REASONS:

1) It is quite difficult to read codes in these forums.
2) It is a waste of Gossamer's bandwidth and disk space that they have generously donated for these support forums.

Good luck!

Regards,

Eliot Lee
Quote Reply
Re: Problem In reply to
Thanks for the help...but I fixed the problem!