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

Re: [NeedScripts.Com] Bad_Link Problem

Quote Reply
Re: [NeedScripts.Com] Bad_Link Problem In reply to
Hi,

This would be a problem on your server 99.9999% certain of that.

bad_link uses all standard Links SQL template calls, so somewhere the content header is probably being chewed up. If it was happening regularly, it would be a code problem, but if it's not repeatable, it's got to be a server issue -- the code is so simple (no advanced function/perl calls, linear logic, etc), it does the same thing every time, so the error would show up every time. I've never seen the problem at all, even during debugging.

If you mean "source code of the page" to be the HTML, the server/browser is losing the "HTML" content header, and displaying it as text -- but there should be no visible <%template%> type tags.

If you mean you are seeing <%etc%> type codes, un-replaced tags, etc, I'd like to know for certain if this is my code, and get a copy of the script you are actually running. There is no way raw template/file code should ever be passed out of any of my scripts -- ever. I'm paranoid... my coding reflects that <G>. That's why I don't use PHP -- the server can choke and spit out all sorts of sensitive stuff embedded in the raw html file. That can't happen if all output is run first through a cgi script. All my output -- ALL -- goes through SiteHTML::display, except for brief debugging codes and simple text.

If something is somehow bypassing, or slipping through, I'd like to know.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Subject Author Views Date
Thread Bad_Link Problem VishalT 4048 Nov 18, 2003, 12:37 AM
Thread Re: [NeedScripts.Com] Bad_Link Problem
pugdog 3895 Nov 19, 2003, 10:30 PM
Thread Re: [pugdog] Bad_Link Problem
gundamz 3836 Dec 28, 2003, 7:34 PM
Thread Re: [gundamz] Bad_Link Problem
pugdog 3822 Dec 28, 2003, 9:36 PM
Post Re: [pugdog] Bad_Link Problem
VishalT 3812 Dec 29, 2003, 6:45 AM
Thread Re: [pugdog] Bad_Link Problem
pugdog 3807 Dec 29, 2003, 12:21 PM
Thread Re: [pugdog] Bad_Link Problem
gundamz 3791 Dec 29, 2003, 4:52 PM
Thread Re: [gundamz] Bad_Link Problem
pugdog 3805 Dec 29, 2003, 7:34 PM
Post Re: [pugdog] Bad_Link Problem
gundamz 3781 Dec 30, 2003, 12:10 AM
Post Re: [pugdog] Bad_Link Problem
VishalT 3742 Jan 2, 2004, 10:43 AM