Hello TT-Masters,

ive got a strange problem with TT: Apache with mod_perl (Win) crashes with
some htmls when i try a ->process

Will post a html which causes that Problem below. Apache.exe tells me a
message that says somethinh like (translated from german):
"Command in 0x28089a45 directs to memory in 0x00000004. 'written' couldnt be
done to memory"

Some facts:
- Windows 2000
- Apache 2.0.54
- perl 5.8.4 built for MSWin32-x86-multi-thread

Error occoured with TT version: 2.13, 2.14 and 3 alpha



here is the html:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<form name="form1" method="post" action="form0done.html">
  <table width="75%" border="1">
    <tr>
      <td>fistname</td>
      <td><input name="firstname" type="text" id="firstname"></td>
    </tr>
    <tr>
      <td>lastname</td>
      <td><input name="lastname" type="text" id="lastname"></td>
    </tr>
    <tr>
      <td>email</td>
      <td><input name="email" type="text" id="firstname3"></td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td><input type="submit" name="Submit" value="Submit"></td>
    </tr>
  </table>
</form>
</body>
</html>


_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to