Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Nearly Blank Page at create_account.php


bpmcclure

Recommended Posts

If you've recently made changes to that page, try uploading it again. If that doesn't help, and that's the only page affected, then you made a mistake on that page. Since most of the page is not showing, view the page source in your browser. Is there an error message near the end of the source? You may need to just go back through your changes and find out whaere you went wrong.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

I looked at the source but do not know enough to see the problem. Here it is. Hope this helps someone see what is wrong.

 

Not sure if it is only this page, but this is where I discovered it. Thanks for the help!

 

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>KardKase</title>
<base href="http://localhost/catalog/">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script language="javascript"><!--
function check_form() {
 var error = 0;
 var error_message = "Errors have occured during the process of your form.\n\nPlease make the following corrections:\n\n";

   var first_name = document.account_edit.firstname.value;
   var last_name = document.account_edit.lastname.value;
 var email_address = document.account_edit.email_address.value; 
 var company = document.account_edit.company.value;
 var street_address = document.account_edit.street_address.value;
 var postcode = document.account_edit.postcode.value;
 var city = document.account_edit.city.value;
 var telephone = document.account_edit.telephone.value;
 var fax = document.account_edit.fax.value;

 var password = document.account_edit.password.value;
 var confirmation = document.account_edit.confirmation.value;

<br />
<b>Notice</b>:  Use of undefined constant ACCOUNT_FIRSTNAME - assumed 'ACCOUNT_FIRSTNAME' in <b>C:\Program Files\xampplite\htdocs\catalog\includes\form_check.js.php</b> on line <b>46</b><br />
<br />
<b>Notice</b>:  Use of undefined constant ACCOUNT_LASTNAME - assumed 'ACCOUNT_LASTNAME' in <b>C:\Program Files\xampplite\htdocs\catalog\includes\form_check.js.php</b> on line <b>60</b><br />
 if (document.account_edit.elements['email_address'].type != "hidden") {
   if (email_address == '' || email_address.length < 6) {
     error_message = error_message + "<br />
<b>Notice</b>:  Use of undefined constant JS_EMAIL_ADDRESS - assumed 'JS_EMAIL_ADDRESS' in <b>C:\Program Files\xampplite\htdocs\catalog\includes\form_check.js.php</b> on line <b>91</b><br />
JS_EMAIL_ADDRESS";
     error = 1;
   }
 }
 if (document.account_edit.elements['street_address'].type != "hidden") {
   if (street_address == '' || street_address.length < 5) {
     error_message = error_message + "<br />
<b>Notice</b>:  Use of undefined constant JS_ADDRESS - assumed 'JS_ADDRESS' in <b>C:\Program Files\xampplite\htdocs\catalog\includes\form_check.js.php</b> on line <b>118</b><br />
JS_ADDRESS";
     error = 1;
   }
 }
 if (document.account_edit.elements['postcode'].type != "hidden") {
   if (postcode == '' || postcode.length < 4) {
     error_message = error_message + "<br />
<b>Notice</b>:  Use of undefined constant JS_POST_CODE - assumed 'JS_POST_CODE' in <b>C:\Program Files\xampplite\htdocs\catalog\includes\form_check.js.php</b> on line <b>131</b><br />
JS_POST_CODE";
     error = 1;
   }
 }
 if (document.account_edit.elements['city'].type != "hidden") {
   if (city == '' || city.length < 3) {
     error_message = error_message + "<br />
<b>Notice</b>:  Use of undefined constant JS_CITY - assumed 'JS_CITY' in <b>C:\Program Files\xampplite\htdocs\catalog\includes\form_check.js.php</b> on line <b>144</b><br />
JS_CITY";
     error = 1;
   }
 }

 if (document.account_edit.elements['zone_id'].type != "hidden") {
   if (document.account_edit.zone_id.options.length <= 1) {
     if (document.account_edit.state.value == '' || document.account_edit.state.value.length < 2 ) {
        error_message = error_message + "<br />
<b>Notice</b>:  Use of undefined constant JS_STATE - assumed 'JS_STATE' in <b>C:\Program Files\xampplite\htdocs\catalog\includes\form_check.js.php</b> on line <b>173</b><br />
JS_STATE";
        error = 1;
     }
   } else {
     document.account_edit.state.value = '';
     if (document.account_edit.zone_id.selectedIndex == 0) {
        error_message = error_message + "<br />
<b>Notice</b>:  Use of undefined constant JS_ZONE - assumed 'JS_ZONE' in <b>C:\Program Files\xampplite\htdocs\catalog\includes\form_check.js.php</b> on line <b>179</b><br />
JS_ZONE";
        error = 1;
     }
   }
 }
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<!-- header //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr class="header">
   <td valign="middle"><a href="http://localhost/catalog/index.php?osCsid=738033b9bf12df3c3021644d9c26af4e"><img src="images/Logo.png" border="0" alt="KardKase" title=" KardKase " width="500" height="90"></a></td>
<!--
<td align="right" valign="bottom"><a href="http://localhost/catalog/account.php?osCsid=738033b9bf12df3c3021644d9c26af4e"><img src="images/header_account.gif" border="0" alt="" width="30" height="30"></a>  <a href="http://localhost/catalog/shopping_cart.php?osCsid=738033b9bf12df3c3021644d9c26af4e"><img src="images/header_cart.gif" border="0" alt="Cart Contents" title=" Cart Contents " width="30" height="30"></a>  <a href="http://localhost/catalog/checkout_shipping.php?osCsid=738033b9bf12df3c3021644d9c26af4e"><img src="images/header_checkout.gif" border="0" alt="Checkout" title=" Checkout " width="30" height="30"></a>  </td>
-->
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1">
 <tr class="headerNavigation">
   <td class="headerNavigation">  <a href="http://localhost" class="headerNavigation">KardKase Home</a> » <a href="http://localhost/catalog/index.php?osCsid=738033b9bf12df3c3021644d9c26af4e" class="headerNavigation">KardKase Store</a> » <a href="http://localhost/catalog/create_account.php?osCsid=738033b9bf12df3c3021644d9c26af4e" class="headerNavigation">Create an Account</a></td>
   <td align="right" class="headerNavigation"><a href="http://localhost/catalog/account.php?osCsid=738033b9bf12df3c3021644d9c26af4e" class="headerNavigation"></a>  |  <a href="http://localhost/catalog/shopping_cart.php?osCsid=738033b9bf12df3c3021644d9c26af4e" class="headerNavigation">Cart Contents</a>  |  <a href="http://localhost/catalog/checkout_shipping.php?osCsid=738033b9bf12df3c3021644d9c26af4e" class="headerNavigation">Checkout</a>   </td>
 </tr>
</table>
<!-- header_eof //-->

<!-- body //-->
<table border="0" width="100%" cellspacing="3" cellpadding="3">
 <tr>
   <td width="125" valign="top"><table border="0" width="125" cellspacing="0" cellpadding="2">
<!-- left_navigation //-->
<!-- categories //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
   <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
   <td width="100%" height="14" class="infoBoxHeading">Categories</td>
   <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
 <tr>
   <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
 <tr>
   <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
 <tr>
   <td class="boxText"><a href="http://localhost/catalog/index.php?cPath=1&osCsid=738033b9bf12df3c3021644d9c26af4e">Shop for Kases</a><br><a href="http://localhost/catalog/index.php?cPath=2&osCsid=738033b9bf12df3c3021644d9c26af4e">Pay an Invoice</a><br></td>
 </tr>
 <tr>
   <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
</table>
</td>
 </tr>
</table>
           </td>
         </tr>
<!-- categories_eof //-->
<!-- shopping_cart //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
   <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
   <td width="100%" height="14" class="infoBoxHeading">Shopping Cart</td>
   <td height="14" class="infoBoxHeading" nowrap><a href="http://localhost/catalog/shopping_cart.php?osCsid=738033b9bf12df3c3021644d9c26af4e"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="27" height="12"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
 <tr>
   <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
 <tr>
   <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
 <tr>
   <td class="boxText">0 items</td>
 </tr>
 <tr>
   <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
</table>
</td>
 </tr>
</table>
           </td>
         </tr>
<!-- shopping_cart_eof //-->
<!-- information //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
   <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
   <td width="100%" height="14" class="infoBoxHeading">Information</td>
   <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
 <tr>
   <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
 <tr>
   <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
 <tr>
   <td class="boxText"><a href="http://localhost/catalog/shipping.php?osCsid=738033b9bf12df3c3021644d9c26af4e">Shipping & Returns</a><br><a href="http://localhost/catalog/contact_us.php?osCsid=738033b9bf12df3c3021644d9c26af4e">Contact Us</a><br><a href="http://www.kardkase.com/home33.htm" TARGET="_top"    TITLE="KardKase Selector">KardKase Selector</a><br><a href="http://kardkase.com/index.htm" TARGET="_top"    TITLE="KardKase"><U><B>KardKase Home</B></U></a></td>
 </tr>
 <tr>
   <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
</table>
</td>
 </tr>
</table>
           </td>
         </tr>
<!-- information_eof //-->
<!-- left_navigation_eof //-->
   </table></td>
<!-- body_text //-->
   <td width="100%" valign="top"><form name="create_account" action="http://localhost/catalog/create_account.php?osCsid=738033b9bf12df3c3021644d9c26af4e" method="post" onSubmit="return check_form(create_account);"><input type="hidden" name="action" value="process"><table border="0" width="100%" cellspacing="0" cellpadding="0">
     <tr>
       <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
         <tr>
           <td class="pageHeading">My Account Information</td>
           <td class="pageHeading" align="right"><img src="images/table_background_account.gif" border="0" alt="My Account Information" title=" My Account Information " width="57" height="40"></td>
         </tr>
       </table></td>
     </tr>
     <tr>
       <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
     </tr>
     <tr>
       <td class="smallText"><br><font color="#FF0000"><small><b>NOTE:</b></font></small> If you already have an account with us, please login at the <a href="http://localhost/catalog/login.php?osCsid=738033b9bf12df3c3021644d9c26af4e"><u>login page</u></a>.</td>
     </tr>
     <tr>
       <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
     </tr>
     <tr>
       <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
         <tr>
           <td class="main"><b>Your Personal Details</b></td>
          <td class="inputRequirement" align="right">* Required information</td>
         </tr>
       </table></td>
     </tr>
     <tr>
       <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
         <tr class="infoBoxContents">
           <td><table border="0" cellspacing="2" cellpadding="2">
             <tr>
               <td class="main">First Name:</td>
               <td class="main"><input type="text" name="firstname"> <span class="inputRequirement">*</span></td>
             </tr>
             <tr>
               <td class="main">Last Name:</td>
               <td class="main"><input type="text" name="lastname"> <span class="inputRequirement">*</span></td>
             </tr>
             <tr>
               <td class="main">E-Mail Address:</td>
               <td class="main"><input type="text" name="email_address"> <span class="inputRequirement">*</span></td>
             </tr>
           </table></td>
         </tr>
       </table></td>
     </tr>
     <tr>
       <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
     </tr>
     <tr>
       <td class="main"><b>Company Details</b></td>
     </tr>
     <tr>
       <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
         <tr class="infoBoxContents">
           <td><table border="0" cellspacing="2" cellpadding="2">
             <tr>
               <td class="main">Company Name:</td>
               <td class="main"><input type="text" name="company"> </td>
             </tr>
           </table></td>
         </tr>
       </table></td>
     </tr>
     <tr>
       <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
     </tr>
     <tr>
       <td class="main"><b>Your Address</b></td>
     </tr>
     <tr>
       <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
         <tr class="infoBoxContents">
           <td><table border="0" cellspacing="2" cellpadding="2">
             <tr>
               <td class="main">Street Address:</td>
               <td class="main"><input type="text" name="street_address"> <span class="inputRequirement">*</span></td>
             </tr>
             <tr>
               <td class="main">Address 2:</td>
               <td class="main"><input type="text" name="suburb"> </td>
             </tr>
             <tr>
               <td class="main">City:</td>
               <td class="main"><input type="text" name="city"> <span class="inputRequirement">*</span></td>
             </tr>
             <tr>
               <td class="main">State/Province:</td>
               <td class="main">
<input type="text" name="state"> <span class="inputRequirement">*                </td>
             </tr>
             <tr>
               <td class="main">Zip Code:</td>
               <td class="main"><input type="text" name="postcode"> <span class="inputRequirement">*</span></td>
             </tr>
             <tr>
               <td class="main">Country:</td>
               <td class="main"><select name="country"><option value="223">United States</option><option value="1">Afghanistan</option><option value="2">Albania</option><option value="3">Algeria</option><option value="4">American Samoa</option><option value="5">Andorra</option><option value="6">Angola</option><option value="7">Anguilla</option><option value="8">Antarctica</option><option value="9">Antigua and Barbuda</option><option value="10">Argentina</option><option value="11">Armenia</option><option value="12">Aruba</option><option value="13">Australia</option><option value="14">Austria</option><option value="15">Azerbaijan</option><option value="16">Bahamas</option><option value="17">Bahrain</option><option value="18">Bangladesh</option><option value="19">Barbados</option><option value="20">Belarus</option><option value="21">Belgium</option><option value="22">Belize</option><option value="23">Benin</option><option value="24">Bermuda</option><option value="25">Bhutan</option><option value="26">Bolivia</option><option value="27">Bosnia Herzegowina</option><option value="28">Botswana</option><option value="29">Bouvet Island</option><option value="30">Brazil</option><option value="31">British Indian Ocean</option><option value="32">Brunei Darussalam</option><option value="33">Bulgaria</option><option value="34">Burkina Faso</option><option value="35">Burundi</option><option value="36">Cambodia</option><option value="37">Cameroon</option><option value="38">Canada</option><option value="39">Cape Verde</option><option value="40">Cayman Islands</option><option value="41">Central African Rep.</option><option value="42">Chad</option><option value="43">Chile</option><option value="44">China</option><option value="45">Christmas Island</option><option value="46">Cocos (Keeling) Is.</option><option value="47">Colombia</option><option value="48">Comoros</option><option value="49">Congo</option><option value="50">Cook Islands</option><option value="51">Costa Rica</option><option value="52">Cote D'Ivoire</option><option value="53">Croatia</option><option value="54">Cuba</option><option value="55">Cyprus</option><option value="56">Czech Republic</option><option value="57">Denmark</option><option value="58">Djibouti</option><option value="59">Dominica</option><option value="60">Dominican Republic</option><option value="61">East Timor</option><option value="62">Ecuador</option><option value="63">Egypt</option><option value="64">El Salvador</option><option value="65">Equatorial Guinea</option><option value="66">Eritrea</option><option value="67">Estonia</option><option value="68">Ethiopia</option><option value="69">Falkland Islands</option><option value="70">Faroe Islands</option><option value="71">Fiji</option><option value="72">Finland</option><option value="73">France</option><option value="74">France, Metropolitan</option><option value="75">French Guiana</option><option value="76">French Polynesia</option><option value="77">French Southern Ter.</option><option value="78">Gabon</option><option value="79">Gambia</option><option value="80">Georgia</option><option value="81">Germany</option><option value="82">Ghana</option><option value="83">Gibraltar</option><option value="84">Greece</option><option value="85">Greenland</option><option value="86">Grenada</option><option value="87">Guadeloupe</option><option value="88">Guam</option><option value="89">Guatemala</option><option value="90">Guinea</option><option value="91">Guinea-bissau</option><option value="92">Guyana</option><option value="93">Haiti</option><option value="94">Heard & Mc Donald</option><option value="95">Honduras</option><option value="96">Hong Kong</option><option value="97">Hungary</option><option value="98">Iceland</option><option value="99">India</option><option value="100">Indonesia</option><option value="101">Iran</option><option value="102">Iraq</option><option value="103">Ireland</option><option value="104">Israel</option><option value="105">Italy</option><option value="106">Jamaica</option><option value="107">Japan</option><option value="108">Jordan</option><option value="109">Kazakhstan</option><option value="110">Kenya</option><option value="111">Kiribati</option><option value="113">Korea, Republic of</option><option value="114">Kuwait</option><option value="115">Kyrgyzstan</option><option value="117">Latvia</option><option value="118">Lebanon</option><option value="119">Lesotho</option><option value="120">Liberia</option><option value="121">Libya</option><option value="122">Liechtenstein</option><option value="123">Lithuania</option><option value="124">Luxembourg</option><option value="125">Macau</option><option value="126">Macedonia</option><option value="127">Madagascar</option><option value="128">Malawi</option><option value="129">Malaysia</option><option value="130">Maldives</option><option value="131">Mali</option><option value="132">Malta</option><option value="133">Marshall Islands</option><option value="134">Martinique</option><option value="135">Mauritania</option><option value="136">Mauritius</option><option value="137">Mayotte</option><option value="138">Mexico</option><option value="139">Micronesia</option><option value="140">Moldova, Republic of</option><option value="141">Monaco</option><option value="142">Mongolia</option><option value="143">Montserrat</option><option value="144">Morocco</option><option value="145">Mozambique</option><option value="146">Myanmar</option><option value="147">Namibia</option><option value="148">Nauru</option><option value="149">Nepal</option><option value="150">Netherlands</option><option value="151">Netherlands Antilles</option><option value="152">New Caledonia</option><option value="153">New Zealand</option><option value="154">Nicaragua</option><option value="155">Niger</option><option value="156">Nigeria</option><option value="157">Niue</option><option value="158">Norfolk Island</option><option value="159">Northern Mariana Is.</option><option value="160">Norway</option><option value="161">Oman</option><option value="162">Pakistan</option><option value="163">Palau</option><option value="164">Panama</option><option value="165">Papua New Guinea</option><option value="166">Paraguay</option><option value="167">Peru</option><option value="168">Philippines</option><option value="169">Pitcairn</option><option value="170">Poland</option><option value="171">Portugal</option><option value="172">Puerto Rico</option><option value="173">Qatar</option><option value="174">Reunion</option><option value="175">Romania</option><option value="176">Russian Federation</option><option value="177">Rwanda</option><option value="178">Saint Kitts and Nevis</option><option value="179">Saint Lucia</option><option value="181">Samoa</option><option value="182">San Marino</option><option value="183">Sao Tome & Principe</option><option value="184">Saudi Arabia</option><option value="185">Senegal</option><option value="186">Seychelles</option><option value="187">Sierra Leone</option><option value="188">Singapore</option><option value="201">SJ</option><option value="189">Slovakia</option><option value="190">Slovenia</option><option value="191">Solomon Islands</option><option value="192">Somalia</option><option value="193">South Africa</option><option value="195">Spain</option><option value="196">Sri Lanka</option><option value="197">St. Helena</option><option value="198">St. Pierre & Miquelon</option><option value="199">Sudan</option><option value="200">Suriname</option><option value="202">Swaziland</option><option value="203">Sweden</option><option value="204">Switzerland</option><option value="205">Syrian Arab Republic</option><option value="206">Taiwan</option><option value="207">Tajikistan</option><option value="208">Tanzania</option><option value="209">Thailand</option><option value="210">Togo</option><option value="211">Tokelau</option><option value="212">Tonga</option><option value="213">Trinidad and Tobago</option><option value="214">Tunisia</option><option value="215">Turkey</option><option value="216">Turkmenistan</option><option value="217">Turks and Caicos</option><option value="218">Tuvalu</option><option value="219">Uganda</option><option value="220">Ukraine</option><option value="221">United Arab Emirates</option><option value="222">United Kingdom</option><option value="223">United States</option><option value="225">Uruguay</option><option value="224">US Minor Outlying Is.</option><option value="226">Uzbekistan</option><option value="227">Vanuatu</option><option value="228">Vatican City</option><option value="180">VC</option><option value="229">Venezuela</option><option value="230">Viet Nam</option><option value="231">Virgin Islands (Br.)</option><option value="232">Virgin Islands (U.S.)</option><option value="233">Wallis and Futuna Is.</option><option value="234">Western Sahara</option><option value="235">Yemen</option><option value="236">Yugoslavia</option><option value="237">Zaire</option><option value="238">Zambia</option><option value="239">Zimbabwe</option></select> </td>
             </tr>
           </table></td>
         </tr>
       </table></td>
     </tr>
     <tr>
       <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
     </tr>
     <tr>
       <td class="main"><b>Your Contact Information</b></td>
     </tr>
     <tr>
       <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
         <tr class="infoBoxContents">
           <td><table border="0" cellspacing="2" cellpadding="2">
             <tr>
               <td class="main">Telephone Number:</td>
               <td class="main"><input type="text" name="telephone"> </td>
             </tr>
             <tr>
               <td class="main">Fax Number:</td>
               <td class="main"><input type="text" name="fax"> </td>
             </tr>
           </table></td>
         </tr>
       </table></td>
     </tr>
     <tr>
       <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
     </tr>
     <tr>
       <td class="main"><b>Your Password</b></td>
     </tr>
     <tr>
       <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
         <tr class="infoBoxContents">
           <td><table border="0" cellspacing="2" cellpadding="2">
             <tr>
               <td class="main">Password:</td>
               <td class="main"><input type="password" name="password" maxlength="40"> <span class="inputRequirement">*</span></td>
             </tr>
             <tr>
               <td class="main">Password Confirmation:</td>
               <td class="main"><input type="password" name="confirmation" maxlength="40"> <span class="inputRequirement">*</span></td>
             </tr>
           </table></td>
         </tr>
       </table></td>
     </tr>
     <tr>
       <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
     </tr>
     <tr>
       <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
         <tr class="infoBoxContents">
           <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
             <tr>
               <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
               <td><input type="image" src="includes/languages/english/images/buttons/button_continue.gif" border="0" alt="Continue" title=" Continue "></td>
               <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
             </tr>
           </table></td>
         </tr>
       </table></td>
     </tr>
   </table></form></td>
<!-- body_text_eof //-->
   <td width="125" valign="top"><table border="0" width="125" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<!-- best_sellers //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
   <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
   <td width="100%" height="14" class="infoBoxHeading">Bestsellers</td>
   <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
 <tr>
   <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
 <tr>
   <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
 <tr>
   <td class="boxText"><table border="0" width="100%" cellspacing="0" cellpadding="1"><tr><td class="infoBoxContents" valign="top">01.</td><td class="infoBoxContents"><a href="http://localhost/catalog/product_info.php?products_id=30&osCsid=738033b9bf12df3c3021644d9c26af4e">KardKase KK1</a></td></tr><tr><td class="infoBoxContents" valign="top">02.</td><td class="infoBoxContents"><a href="http://localhost/catalog/product_info.php?products_id=33&osCsid=738033b9bf12df3c3021644d9c26af4e">KardKase KK3</a></td></tr><tr><td class="infoBoxContents" valign="top">03.</td><td class="infoBoxContents"><a href="http://localhost/catalog/product_info.php?products_id=31&osCsid=738033b9bf12df3c3021644d9c26af4e">Invoice #1234</a></td></tr></table></td>
 </tr>
 <tr>
   <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
</table>
</td>
 </tr>
</table>
           </td>
         </tr>
<!-- best_sellers_eof //-->
<!-- right_navigation_eof //-->
   </table></td>
 </tr>
</table>
<!-- body_eof //-->

<!-- footer //-->
<table border="0" width="100%" cellspacing="0" cellpadding="1">
 <tr class="footer">
   <td class="footer">  Sunday 30 November, 2008  </td>
   <td align="right" class="footer">  1100 requests since Wednesday 21 May, 2008  </td>
 </tr>
</table>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
   <td align="center" class="smallText">Copyright © 2008 <a href="http://localhost/catalog/index.php?osCsid=738033b9bf12df3c3021644d9c26af4e" style="color: White;">KardKase</a></td>
 </tr>
</table>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
   <td align="center"><a href="http://localhost/catalog/redirect.php?action=banner&goto=1&osCsid=738033b9bf12df3c3021644d9c26af4e" target="_blank"><img src="images/banners/oscommerce.gif" border="0" alt="osCommerce" title=" osCommerce " width="400" height="59"></a></td>
 </tr>
</table>
<!-- footer_eof //-->
<br>
</body>
</html>

Link to comment
Share on other sites

I tried this in my browser and got the same result. I tried throwing it at the W3 validator, but that wasn't much help. Looking through the code by hand, though, found a bunch of errors like this:

<b>Notice</b>: Use of undefined constant ACCOUNT_FIRSTNAME - assumed 'ACCOUNT_FIRSTNAME' in <b>C:\Program Files\xampplite\htdocs\catalog\includes\form_check.js.php</b> on line <b>46</b><br />

You can't see those because they're buried in a block of Javascript. If I hack out that whole Javascript, the page loads normally, so that's the problem. The script is in catalog/includes/form_check.js.php, so check that that file has not been corrupted. It also looks like the constants are not being defined. Those should be in catalog/includes/languages/english.php. That file could be corrupted, or you forgot to add some definitions from a contribution that you added, since those are non-standard defines. You'll have to look at each of these until you find what's wrong.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Thanks so very much. I'll get into it and see what I can do.

 

I looked at the form_check file, and found that there are 2 of them! I have Required Customer Fields installed, and the instructions for this contribution says to replace or edit the form_check file, but there are TWO of them in the download, the other being catalog\includes\form_check-2.js.php. I have both of them in \includes, and am thinking this may be the source of my problems.

 

Any thoughts?

Link to comment
Share on other sites

Probably not. You should check the instructions to find out what the extra file is for. Your problem is with the constant defines. You are missing changes to one of the language files (catalog/includes/languages/english.php or catalog/includes/languages/english/create_account.php). Theses defines are absolutely essential.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Probably not. You should check the instructions to find out what the extra file is for. Your problem is with the constant defines. You are missing changes to one of the language files (catalog/includes/languages/english.php or catalog/includes/languages/english/create_account.php). Theses defines are absolutely essential.

 

Regards

Jim

 

Jim,

 

I got it sorted out with your help and some guidance from one of the contribution authors. Thanks so much, this has been keeping me up nights!

 

Bruce

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...