Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default Help! customer registration no longer working

    I know it was working at one time, because when i first set up the site a few weeks ago I created an account for myself. Now, when you try to register a new account it just goes to a blank screen and nothing happens.
    http://www.lcocycling.com/index.php
    ver. 1.3.8

    I cant imagine what I might have changed that would have affected this, but i am pretty new to zen.

    Thanks for your help.

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Help! customer registration no longer working

    Just visited site...login page displayed fine
    Make sure you have no spaces at end of any files

  3. #3
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Help! customer registration no longer working

    I just discovered the debugging tool and here is what i found:

    PHP Parse error: syntax error, unexpected T_STRING in /home/lcocycli/public_html/includes/languages/english/create_account.php on line 45

    and here is the create_account.php file:

    <?php

    /**

    * @package languageDefines

    * @copyright Copyright 2003-2006 Zen Cart Development Team

    * @copyright Portions Copyright 2003 osCommerce

    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

    * @version $Id: create_account.php 5745 2007-02-01 00:52:06Z ajeh $

    */



    define('NAVBAR_TITLE', 'Create an Account');



    define('HEADING_TITLE', 'My Account Information');



    define('TEXT_ORIGIN_LOGIN', '<strong class="note">NOTE:</strong> If you already have an account with us, please login at the <a href="%s">login page</a>.');



    // greeting salutation

    define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME);

    define('EMAIL_GREET_MR', 'Dear Mr. %s,' . "\n\n");

    define('EMAIL_GREET_MS', 'Dear Ms. %s,' . "\n\n");

    define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");



    // First line of the greeting

    define('EMAIL_WELCOME', Welcome you to <strong>' . STORE_NAME . '</strong>, officially authorized North American dealer of TSG protective gear.');

    define('EMAIL_SEPARATOR', '--------------------');

    define('EMAIL_COUPON_INCENTIVE_HEADER', 'Congratulations! To make your next visit to our online shop a more rewarding experience, listed below are details for a Discount Coupon created just for you!' . "\n\n");

    // your Discount Coupon Description will be inserted before this next define

    define('EMAIL_COUPON_REDEEM', 'To use the Discount Coupon, enter the ' . TEXT_GV_REDEEM . ' code during checkout: <strong>%s</strong>' . "\n\n");

    define('TEXT_COUPON_HELP_DATE', '<p>The coupon is valid between %s and %s</p>');



    define('EMAIL_GV_INCENTIVE_HEADER', 'Just for stopping by today, we have sent you a ' . TEXT_GV_NAME . ' for %s!' . "\n");

    define('EMAIL_GV_REDEEM', 'The ' . TEXT_GV_NAME . ' ' . TEXT_GV_REDEEM . ' is: %s ' . "\n\n" . 'You can enter the ' . TEXT_GV_REDEEM . ' during Checkout, after making your selections in the store. ');

    define('EMAIL_GV_LINK', ' Or, you may redeem it now by following this link: ' . "\n");

    // GV link will automatically be included before this line



    define('EMAIL_GV_LINK_OTHER','Once you have added the ' . TEXT_GV_NAME . ' to your account, you may use the ' . TEXT_GV_NAME . ' for yourself, or send it to a friend!' . "\n\n");



    define('EMAIL_TEXT', '' . "\n\n");

    define('EMAIL_CONTACT', 'For help with any of our online services, please email the store administrator: <a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">'. STORE_OWNER_EMAIL_ADDRESS ." </a>\n\n");

    define('EMAIL_GV_CLOSURE','Sincerely,' . "\n\n" . STORE_OWNER . "\nL.C.O. Cycling administrator\n\n". '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'.HTTP_SERVER . DIR_WS_CATALOG ."</a>\n\n");



    // email disclaimer - this disclaimer is separate from all other email disclaimers

    define('EMAIL_DISCLAIMER_NEW_CUSTOMER', 'This email address was given to us by you or by one of our customers. If you did not signup for an account, or feel that you have received this email in error, please send an email to %s ');



    //moved definitions to english.php

    //define('TABLE_HEADING_PRIVACY_CONDITIONS', 'Privacy Statement');

    //define('TEXT_PRIVACY_CONDITIONS_DESCRIPTION', 'Please acknowledge you agree with our privacy statement by ticking the following box. The privacy statement can be read <a href="' . zen_href_link(FILENAME_PRIVACY, '', 'SSL') . '"><span class="pseudolink">here</span></a>.');

    //define('TEXT_PRIVACY_CONDITIONS_CONFIRM', 'I have read and agreed to your privacy statement.');

    //define('TABLE_HEADING_ADDRESS_DETAILS', 'Address Details');

    //define('TABLE_HEADING_PHONE_FAX_DETAILS', 'Additional Contact Details');

    //define('TABLE_HEADING_DATE_OF_BIRTH', 'Verify Your Age');

    //define('TABLE_HEADING_LOGIN_DETAILS', 'Login Details');

    //define('TABLE_HEADING_REFERRAL_DETAILS', 'Were You Referred to Us?');

    ?>

    i'm not sure where the error is.

  4. #4
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Help! customer registration no longer working

    Quote Originally Posted by misty View Post
    Just visited site...login page displayed fine
    Make sure you have no spaces at end of any files

    Yes, but if you submit the registration info or click on the 'register' link in the top nav it goes to blank page.

  5. #5
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Help! customer registration no longer working

    Add that particular file from brand new zencart folder/file.
    BACKUP existing file first.

  6. #6
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Help! customer registration no longer working

    got it. thanks.

  7. #7
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Help! customer registration no longer working

    Quote Originally Posted by cobrakai20 View Post
    got it. thanks.
    Pleased to hear problem fixed.

 

 

Similar Threads

  1. v150 remove the customer log-in link and customer registration page
    By xr3461 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 Dec 2012, 04:20 AM
  2. Customer Registration Countries menu help
    By KenshiroU in forum General Questions
    Replies: 10
    Last Post: 21 Dec 2012, 01:54 PM
  3. Help!! Customer Registration fields not showing up
    By a1000w in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 25 Sep 2009, 10:42 AM
  4. Paypal Express no longer working - help!
    By aeolidia in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 3 Jul 2009, 07:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg