sfantar wrote:
Hi there,
I am starting using HTML::Template modules and I wrote a script with
the first example within the doc.
I am not able to see the results of my CGI from my browser. It
displayed error 500 Internal Server Error.
I gave the correct rights to my script to make it executab
Prabu a écrit :
sfantar wrote:
Hi there,
I am starting using HTML::Template modules and I wrote a script with
the first example within the doc.
I am not able to see the results of my CGI from my browser. It
displayed error 500 Internal Server Error.
I gave the correct rights to my script to
Prabu a écrit :
sfantar wrote:
Hi there,
I am starting using HTML::Template modules and I wrote a script with
the first example within the doc.
I am not able to see the results of my CGI from my browser. It
displayed error 500 Internal Server Error.
I gave the correct rights to my script to
sfantar wrote:
: In the apache's error log, here is what's written :
:
:
: [error] HTML::Template->new() : Cannot open included file test.tmpl
: : file not found.
Looks like the template cannot be found. Use the full path
to test.tmpl in the script.
HTH,
Charles K. Clarkson
--
Mobile
Charles K. Clarkson a écrit :
sfantar wrote:
: Here is the script which gave me the error mentioned above :
[snip]
Everything looks okay there. What's in test.tmpl?
HTH,
Charles K. Clarkson
Here is what's inside the file test.tmpl
Test Template
My Home Directory is
Jeff Peng a écrit :
Hello,
The first,I would suggest you take a look at apache's error_log,you
could find something wrong with your scripts or config there.
From: sfantar <[EMAIL PROTECTED]>
To: beginners-cgi@perl.org, beginners@perl.org
Subject: Problems with HTML::Template
Date: Tue, 20 Ju
sfantar wrote:
: Here is the script which gave me the error mentioned above :
[snip]
Everything looks okay there. What's in test.tmpl?
HTH,
Charles K. Clarkson
--
Mobile Homes Specialist
Free Market Advocate
Web Programmer
254 968-8328
Don't tread on my bandwidth. Trim your posts.
--
Charles K. Clarkson a écrit :
sfantar wrote:
: I am starting using HTML::Template modules and I wrote a script with
: the first example within the doc.
: I am not able to see the results of my CGI from my browser. It
: displayed error 500 Internal Server Error.
Sounds like you are not pri
sfantar wrote:
: I am starting using HTML::Template modules and I wrote a script with
: the first example within the doc.
: I am not able to see the results of my CGI from my browser. It
: displayed error 500 Internal Server Error.
Sounds like you are not printing the correct headers. Show