Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Problems with bad link mod

Quote Reply
Problems with bad link mod
Hey...I'm having problems with the badlink mod. I believe I've done everything according to the instructions but when I go to build all I get the following error:

[Mon May 29 13:33:59 2000] HTML_Templates.pm: Global symbol "%globals" requires explicit package name at Links/HTML_Templates.pm line 425. [Mon May 29 13:33:59 2000] nph-build.cgi: [Mon May 29 13:33:59 2000] HTML_Templates.pm: Compilation failed in require at /web1/tr002111/cgi-bin/goss/admin/nph-build.cgi line 33. [Mon May 29 13:33:59 2000] nph-build.cgi: BEGIN failed--compilation aborted at /web1/tr002111/cgi-bin/goss/admin/nph-build.cgi line 33. Content-type: text/html
Software error:
[Mon May 29 13:33:59 2000] HTML_Templates.pm: Compilation failed in require at /web1/tr002111/cgi-bin/goss/admin/nph-build.cgi line 33. BEGIN failed--compilation aborted at /web1/tr002111/cgi-bin/goss/admin/nph-build.cgi line 33.
For help, please send mail to this site's webmaster, giving this error message and the time and date of the error. ;


http://link-fabulous.com
Groovy adult links
Quote Reply
Re: Problems with bad link mod In reply to
Ok...I've found an old discussion and fixed my previous problem.

Now I'm getting a 500 internal server error...what could be doing this?

http://link-fabulous.com
Groovy adult links
Quote Reply
Re: Problems with bad link mod In reply to
The 500 errors are compillation problems. #1 is forgetting to use 'my'. #2 is a wrong semicolon, missing closing ' or " or mismatched or missing pairs of {} or ().

Check the server error.log. 500 errors are logged there. If it's a "my" or punctuation error you'll find a series of messages. Some punctuation errors though, only leave a "premature end of headers" message. You need to look in that area -- that line and above -- for where the problem is.