Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Password Forgotten page is blank with COWOA

    Using v1.3.9c and never noticed until a customer emailed me that my Password Forgotten page is blank. Can anyone tell me which files would be the ones to try and upload again, etc.? I already tried tpl_password_forgotten_default but that didn't help.

    Much thanks,
    April

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Password Forgotten page is blank

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: Password Forgotten page is blank

    wow ur fast! thanks! i'll try some of those and pray!

  4. #4
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: Password Forgotten page is blank

    Thanks - I found out I had an extra set of quotation marks in my includes/modules/pages/password_forgotten/header_php.php file due to the COWOA mod..... in case anyone else has this issue.....
    change
    Code:
     $check_customer_query = "SELECT customers_firstname, customers_lastname, customers_password, customers_id
                               FROM " . TABLE_CUSTOMERS . "
                               WHERE customers_email_address = :emailAddress"
    		           AND COWOA_account != 1";
    to

    Code:
      $check_customer_query = "SELECT customers_firstname, customers_lastname, customers_password, customers_id
                               FROM " . TABLE_CUSTOMERS . "
                               WHERE customers_email_address = :emailAddress
    		           AND COWOA_account != 1";

 

 

Similar Threads

  1. v151 Password Forgotten page not working
    By aperfecthost in forum General Questions
    Replies: 3
    Last Post: 1 Apr 2015, 12:01 AM
  2. v139h Forgotten Password page missing
    By weirdorecords in forum Templates, Stylesheets, Page Layout
    Replies: 22
    Last Post: 13 May 2012, 07:55 AM
  3. Page response on Forgotten Password form
    By timatidg in forum General Questions
    Replies: 2
    Last Post: 28 Aug 2010, 12:03 AM
  4. blank password sent when click on forgotten password
    By paulFromWales in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Feb 2009, 06:54 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR