Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2007
    Posts
    9
    Plugin Contributions
    0

    Default Can't Create accounts anymore

    I am in the middle of building my store at this time and I was creating another mock account, but for some reason when I click on the submit button I just go to a blank page. I have made some changes prior to this but I cannot figure out what I did to cause this.

    I should also mention that the pages are SSL secure.

    Any ideas on what I need to do? I would really hate to have to upload the backup copy of the cart back onto my server at this point and lose all the work I did today.

    https://www.thehealthynutt.com/nut_c...ain_page=login

    Thanks
    Scott....

  2. #2
    Join Date
    Aug 2005
    Posts
    26,067
    Plugin Contributions
    9

    Default Re: Can't Create accounts anymore

    Looks as though you have corrected this as it loads for me in FF & IE...
    If not for you try clearing your browser cache first
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Sep 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Can't Create accounts anymore

    I need to clarify this a little more, you have to fill in the account information on the page this page and hit submit, when you hit submit the page that comes up is blank instead of telling you that you have successfully created an account.

  4. #4
    Join Date
    Jan 2004
    Posts
    58,283
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Can't Create accounts anymore

    Dealing with a blank page: http://tutorials.zen-cart.com/index.php?article=82 (esp step 2(a))
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

  5. #5
    Join Date
    Sep 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Can't Create accounts anymore

    That worked I downloaded the debugger tool and followed the directions. Found the issue in about 10 seconds after the install was done.

    Thanks again for pointing out this great tool.

  6. #6
    Join Date
    Feb 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Can't Create accounts anymore

    I am having the exact same problem. It is a fairly new development (I started noticing abandoned carts) and I had made NO changes. I am using the one page checkout module.

    Here is the error I am getting:
    PHP Fatal error: Using $this when not in object context in /xxx/www/xxxx/photoimprints.com/httpdocs/includes/modules/xxxx/create_account.php on line 413

    And here is the file referenced:


    //The following bypasses the Create Account Success page if items are in the cart.
    (this is line 413) if (is_array($this->contents)) { // if items in cart, then by pass create account success
    zen_redirect(zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')); // Redirects the user to the "Shipping Information" part of the checkout (more streamlined).
    } else { // no items in cart to show create account success page
    zen_redirect(zen_href_link(FILENAME_CREATE_ACCOUNT_SUCCESS, '', 'SSL')); // Original line of code that redirects the user to the "create account success" page. Adds another step to the checkout process, and is not needed for a mroe streamlined approach.
    }

    I would appreciate any help anyone might have, as I am losing business!
    Thanks!
    Give us your best shot!
    http://www.photoimprints.com

  7. #7
    Join Date
    Jan 2004
    Posts
    58,283
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Can't Create accounts anymore

    Quote Originally Posted by styledata View Post
    I had made NO changes. I am using the one page checkout module.
    I suggest that you check to be sure you've fully installed that module and that it's not conflicting with other things you've installed. And maybe take up the issue in that module's support thread, since that bit of code is probably fairly specific to that module.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

 

 

Similar Threads

  1. New Field on create new accounts page
    By 0be1 in forum General Questions
    Replies: 0
    Last Post: 20 Oct 2007, 10:44 PM
  2. Replies: 9
    Last Post: 14 Dec 2006, 08:01 PM
  3. I made no changes and now new customers can't create accounts
    By AccurateOptics in forum General Questions
    Replies: 2
    Last Post: 5 Nov 2006, 04:51 PM
  4. Cannot create new user accounts
    By mortt in forum General Questions
    Replies: 3
    Last Post: 16 Sep 2006, 02:17 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
  •