Gossamer Forum
Home : Products : DBMan : Discussions :

HTML.pl Problem AAHHH!!

Quote Reply
HTML.pl Problem AAHHH!!
Hi All,

Im trying to update a site and i've changed the header and footer code in the html.pl theres not much change, but it keeps throwing errors back at me, I've tried everything, but i cant get it to work. Im probably just overlooking something, I've posted a text version of the html.pl file here http://www.metro-records.co.uk/html.txt

If anyone could have a look and analyse it for me it would be appreciated.



Regards

MDJ1
http://www.isee-multimedia.co.uk
Quote Reply
Re: HTML.pl Problem AAHHH!! In reply to
You need to ESCAPE the pipes (|) like the following:

Code:

\|


Remember that the PIPE character is a special Perl character.

Regards,

Eliot Lee
Quote Reply
Re: HTML.pl Problem AAHHH!! In reply to
Thanks Eliot I new it would be something silly.




Regards

MDJ1
http://www.isee-multimedia.co.uk
Quote Reply
Re: HTML.pl Problem AAHHH!! In reply to
Hi Eliot,

Ive got the page displaying, but im getting a cgi debug listing appear at the bottom of the page, what could be causing this?

The page can be seen at http://www.metro-records.co.uk/cgi-bin/chart/db.cgi

thanks in advance.



Regards

MDJ1
http://www.isee-multimedia.co.uk
Quote Reply
Re: HTML.pl Problem AAHHH!! In reply to
Uh...turn of the DEBUGGING option in the default.cfg file:

$db_debug = 0;

NOT set to 1....

Again....

1 = ON, YES
0 = OFF, NO

Wink

This has been discussed MANY times in the DBMAN Forums with solutions like I gave provided in Threads!

Regards,

Eliot Lee