This topic is locked

PHPR 5.0, build 431 BUG

9/19/2008 2:59:38 AM
PHPRunner General questions
J
Jepsen author

Chaps
I cannot get a "submit" button in Change Passord in my test application. Consequently, users cannot change password.
Please fix in next build.
Rgds

Morten

J
Jane 9/19/2008

Hi,
I wasn't able to reproduce this error.

Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.

J
Jepsen author 9/22/2008

I have now tried Build 433 and still same result
Here is the code generated for the change password page:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD><TITLE>{mlang_message CHANGE_PASSWORD}</TITLE>

<META http-equiv=Content-Type content="text/html; charset=windows-1252"><link REL="stylesheet" href="include/style.css" type="text/css"><!--[if IE]><link REL="stylesheet" href="include/styleIE.css" type="text/css"><![endif]-->

<STYLE>

center_block {width:30%;margin:0 auto;}

contents_block {text-align:center;}

header_block {white-space:nowrap;height:25px;padding:10 10px 10px;text-align:center;}

main_block {padding:10px 0 5px 0;text-align:center;}

header_block > span {margin:0 5px}

buttons_block {padding:10px 10px 5px}

buttons_block div {padding:3px}

fields_block {width:100%;margin:0;padding:5px}

</STYLE>

<!--[if IE]>

<STYLE>

main_block {padding:10px 10px 5px 10px;}

inmain_block {margin:0 0px;width:100%}

fields_block td {padding:3px 14px}

oldpassword_block td {padding-top:13px}

confirmpassword_block td {padding-bottom:13px}

</STYLE>

<![endif]-->

<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>

<BODY>{$header}
{BEGIN body}<TABLE id=center_block align=center>

<TBODY>

<TR>

<TD id=contents_block>

<DIV class=upeditmenu id=header_block><B><FONT size=+1>{mlang_message CHANGE_PASSWORD}</FONT></B> </DIV>

<TABLE class=shade id=fields_block cellSpacing=0 cellPadding=4 border=0>

<TBODY>

<TR id=oldpassword_block>

<TD class=shade align=right width="50%">

<DIV align=left>{mlang_message OLD_PASSWORD}:</DIV></TD>

<TD class=shade width="50%"><INPUT type=password name=opass

{$opass_attrs}> </TD></TR>

<TR id=newpassword_block>

<TD class=shade align=right width="50%">

<DIV align=left>{mlang_message NEW_PASSWORD}:</DIV></TD>

<TD class=shade width="50%"><INPUT type=password name=newpass

{$npass_attrs}> </TD></TR>

<TR id=confirmpassword_block>

<TD class=shade align=right width="50%">

<DIV align=left>{mlang_message CONFIRM_PASSWORD}:</DIV></TD>

<TD class=shade width="50%"><INPUT type=password name=cpass

{$cpass_attrs}> </TD></TR></TBODY></TABLE>

<DIV class=blackshade id=buttons_block>

<DIV id=submit_block><SPAN class="buttonborder<input" value="{mlang_message SUBMIT}" type="submit"></SPAN></DIV>

<DIV><A class=tablelinks {$backlink_attrs}>{mlang_message BACK}</A> </DIV>

{BEGIN message_block}<DIV><FONT color=red>{$message}</FONT>

</DIV>{END message_block}</DIV></TD></TR></TBODY></TABLE>{END body}{$footer}

</BODY></HTML>


There is no Submit button as I would have expected.
Sorry for not uploading to a test accout, but I am behind a pretty agressive firewall.

Alexey admin 9/22/2008

Morten,
thank you for pointing me to this bug. We'll fix it with the next update of PHPRunner.