Thread HTML::Template Parameter Fehler (9 answers)
Opened by kruemmel at 2007-01-13 23:01

kruemmel
 2007-01-13 23:22
#73170 #73170
User since
2006-02-12
33 Artikel
BenutzerIn
[default_avatar]
Hallo esskar,

erst einmal Danke für deine sehr schnelle Antwort. Wahnsinn

Es lag aber nicht an der Groß- und Kleinschreibung. Ich habe mal alles Groß geschrieben (im sql und im Script + HTML Template)

Wenn ich das Script aufrufe bekomme ich im Browser folegendes angezeigt.


Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
[EMAIL=you@example.com]you@example.com[/EMAIL] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.2.3 (Unix) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d PHP/5.2.0 mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.7 Server at localhost Port 80</address>
</body></html>



Diese Fehlermeldung verweist ja auf das error log und das sagt mir immer noch:

Code: (dl )
1
2
3
[Sat Jan 13 22:21:45 2007] [error] [client 127.0.0.1] HTML::Template->output() : fatal error in loop output : HTML::Template : Attempt to set nonexistent parameter 'meldung' - this parameter name doesn't match any declarations in the template file : (die_on_bad_params => 1) at /usr/local/share/perl/5.8.8/HTML/Template.pm line 2997
[Sat Jan 13 22:21:45 2007] [error] [client 127.0.0.1]  at /opt/lampp/htdocs/xampp/testperl.pl line 38
[Sat Jan 13 22:21:45 2007] [error] [client 127.0.0.1] Premature end of script headers: testperl.pl


edit pq: code-tags hinzugefügt\n\n

<!--EDIT|pq|1168793011-->

View full thread HTML::Template Parameter Fehler