ColdFusion General :: page login problem

This thread was displayed: 682 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
Raymond Rwehumbiza
11-08-2006 21:02:42 GMT +2

 hi am getting this error on the logging page,

it shows that I have more than one browser, while am using only internet explorer

Here is the codes:

<cfinclude template="includes/common/KT_common.cfm">
<cfinclude template="includes/tng/tNG.inc.cfm">
<cfscript>
// Make a transaction dispatcher instance
tNGs = Request.tNG_CreateObject("tNG_dispatcher");
tNGs.init("");
</cfscript>
<cfscript>
// Make a login transaction instance
loginTransaction = Request.tNG_CreateObject("tNG_login");
loginTransaction.init("dante");
tNGs.addTransaction(loginTransaction);
// Register triggers
loginTransaction.registerTrigger("STARTER", "Trigger_Default_Starter", 1, "POST", "testlogin");
loginTransaction.registerTrigger("END", "Trigger_Default_Redirect", 99, "{kt_login_redirect}");
// Add columns
loginTransaction.addColumn("kt_login_user", "STRING_TYPE", "POST", "kt_login_user");
loginTransaction.addColumn("kt_login_password", "STRING_TYPE", "POST", "kt_login_password");
// End of login transaction instance
</cfscript>
<cfscript>
// Execute all the registered transactions
tNGs.executeTransactions();
</cfscript>
<cfscript>
// Get the transaction recordset
rscustom = tNGs.getRecordset("custom");
</cfscript>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" c />
<title>Untitled Document</title>
<link href="includes/skins/mxkollection3.css" rel="stylesheet" type="text/css" media="all" />
<script src="includes/common/js/base.js" type="text/javascript"></script>
<script src="includes/common/js/utility.js" type="text/javascript"></script>
<script src="includes/skins/style.js" type="text/javascript"></script>
<link href="includes/skins/mxkollection3.css" rel="stylesheet" type="text/css" media="all" />
</head>

<body>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp; <cfoutput>#tNGs.getLoginMsg()#</cfoutput> <cfoutput>#tNGs.getErrorMsg()#</cfoutput>
<form method="post" id="form1" class="KT_tngformerror" action="<cfoutput>#Request.KT_escapeAttribute(Request.KT_getFullUri())#</cfoutput>">
  <table cellpadding="2" cellspacing="0" class="KT_tngtable">
    <tr>
      <td class="KT_th"><label for="kt_login_user">Username:</label></td>
      <td><input type="text" name="kt_login_user" id="kt_login_user" value="<cfoutput>#Request.KT_escapeAttribute(rscustom.kt_login_user)#</cfoutput>" size="32" />
          <cfoutput>#tNGs.displayFieldHint("kt_login_user")#</cfoutput> <cfoutput>#tNGs.displayFieldError("custom", "kt_login_user")#</cfoutput> </td>
    </tr>
    <tr>
      <td class="KT_th"><label for="kt_login_password">Password:</label></td>
      <td><input type="password" name="kt_login_password" id="kt_login_password" value="" size="32" />
          <cfoutput>#tNGs.displayFieldHint("kt_login_password")#</cfoutput> <cfoutput>#tNGs.displayFieldError("custom", "kt_login_password")#</cfoutput> </td>
    </tr>
&

View full message
Back | Reply | Quote | Top
Ionut MOICIANU
11-09-2006 12:28:43 GMT +2

Hello Raymond,

You need to check that you actually have the "includes/tng/tNG.inc.cfm" file on the testing server. If not, you should try to upload the entire "includes" folder from the local server.

Regards,
IOnut

Reply | Quote | Top
Raymond Rwehumbiza
11-09-2006 15:20:56 GMT +2

Hi

am sorry I don't understand your message, yes I do understand that I have includes so I need to upload it to where?

Reply | Quote | Top
Ionut MOICIANU
11-10-2006 16:32:40 GMT +2

How are you defining your site in Dreamweaver? Are you using a local or a remote testing server?

The "includes" folder needs to stay into the root of your site, like generated in your local site defined in Dreamweaver.

Ionut

Reply | Quote | Top
Sign In
Sign In to see your information.
© Adobe Systems Romania. All rights reserved.