Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    305
    Plugin Contributions
    0

    Default Re: Blank page when registering

    Hi

    Sorry but I have been out of town for a few days.

    When you say it all worked fine with your second registration can I ask what happened wit the first registration? Did this work ok or did you get the white screen then please?

    Cheers

    Rob
    if elephants could fly, I'd be a little more optimistic....

  2. #12
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Blank page when registering

    Quote Originally Posted by robsnowden View Post
    Hi

    Sorry but I have been out of town for a few days.

    When you say it all worked fine with your second registration can I ask what happened wit the first registration? Did this work ok or did you get the white screen then please?

    Cheers

    Rob
    First registration: blank success screen, click back button and went to account information page..

    Second registration: received success screen as expected.

  3. #13
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    305
    Plugin Contributions
    0

    Default Re: Blank page when registering

    hmm - there lies the issue. I did nothing in between your two tests.

    Rob
    if elephants could fly, I'd be a little more optimistic....

  4. #14
    Join Date
    Jun 2009
    Location
    uk
    Posts
    111
    Plugin Contributions
    0

    Default Re: Blank page when registering

    Quote Originally Posted by clydejones View Post
    Just to cover all bases ...

    upload a clean copy of

    includes/templates/template_default/tpl_create_account_success_default.php
    I have the same problem, but i also get a message telling me the email address just inputed is already registered ( when it hasnt been )

    Uploading a clean file hasnt made any difference

  5. #15
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Blank page when registering

    Quote Originally Posted by derek53 View Post
    I have the same problem, but i also get a message telling me the email address just inputed is already registered ( when it hasnt been )

    Uploading a clean file hasnt made any difference
    That is precisely what I am dealing with right now...

    I uninstalled Zen Cart and reinstalled a whole new Zen Cart to see what was causing the problem.

    The first thing I modified after installing a fresh copy of Zen Cart was the create_account.php file by taking out the line about birthday gifts, etc. That's when I started to see the blank page after hitting 'submit' to create a new account...also, the error message about email shows up too, like the post above me states.

    I uploaded the original create_account.php file and still get a blank page. Yes, I tried to use the debugging tool, but honestly don't know where to find the /cache/debugging.log (whatever-you-call-it) file.

    Anyone else able to resolve this same problem? Thanks in advance.

    -------------------------------------------------------------

    My version is 1.3.8a
    PHP: 5.2.9

  6. #16
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Blank page when registering

    Ok...I wanted to revisit this thread and post the solution I found to the problem with a blank page after creating a new account...

    Essentially, there was a blank space after the last ?> in my create_account.php file. It was something as simple as that! I deleted the space, uploaded my corrected create_account.php file to the server, and presto! No more blank page.

    This tutorial helped me spot the issue: https://www.zen-cart.com/tutorials/index.php?article=87.

    To modify the create_account.php file so that it doesn't include the address book/birthday gifts line in your client's welcome email, replace the original define block with the following:

    PHP Code:
    define('EMAIL_TEXT''With your account, you can now take part in the <strong>various services</strong> we have to offer you. Some of these services include:' "\n\n" '<li><strong>Permanent Cart</strong> - Any products added to your online cart remain there until you remove them, or check them out.' "\n\n" '<li><strong>Order History</strong> - View your history of purchases that you have made with us.' "\n\n" '<li><strong>Products Reviews</strong> - Share your opinions on products with our other customers.' "\n\n"); 
    This new define block was posted by kobra here: http://www.zen-cart.com/forum/showth...create+account.

    ----------------------------------------------------------------------

    Many thanks to the folks who maintain this forum. I've always found a wealth of knowledge here. Best wishes to everyone!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v150 Page not found when registering as a customer
    By jackdeth in forum Managing Customers and Orders
    Replies: 8
    Last Post: 15 Sep 2012, 06:38 AM
  2. Error when registering a new customer
    By Bonesmang in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Dec 2007, 04:50 PM
  3. Is Company name optional when registering?
    By Forum5 in forum General Questions
    Replies: 2
    Last Post: 21 Aug 2007, 04:55 AM

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