I have just discovered something... peculiar. Below is a snipped of test
code, just something simple (half ripped off from a simple blog tool) to
deal with forms etc. I think this possibly could explain the problems of
logging in to Aegir. Give me your thoughts...

--=[ page code start, index.php ]=--
<?php
echo "User = $user<br/>Pass = $passkey<br/>";
?>


<html>
  <head>
    <title>PHP login</title>
  </head>
  <body>
    <form method="post" action="index.php">
      <code>Username : </code>
      <input type="text" name="user" size="20"><br/>
      <code>PassKey &nbsp;: </code>
      <input type="password" name="passkey" size="20"><br/>
      <input type="submit" value="login">
    </form>
  </body>
</html>
--=[ page code end, index.php ]=--

When loading the page first time, I would expect User and Pass to show
nothing to the right of the equal sign. Then I fill in the username and
password, click submit. This time I would expect to see something to the
right of the equal signs, however, there is nothing there.

It is almost as if the submit process is failing. If this genuinely is
the case, is there a way of debugging this, there is nothing in the
apache logfiles, already checked that. Perhaps there is a setting in
php.ini that affects this?

I'll go and root around a bit in some books in the hope to to find
something.. Meanwhile, if anyone here knows the answer, feel free to
share.. ;-)

Regards,

-- 
Anders Karlsson <[EMAIL PROTECTED]>
Trudheim Technology Limited

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to