Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29
  1. #11
    Join Date
    Mar 2010
    Posts
    30
    Plugin Contributions
    0

    Default Re: New Account Creation not working.

    @bislewl

    No, but thanks.
    I don't have any SSl certificates so the HTTPS dirs are empty.

    and the second option shows no change.

  2. #12
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: New Account Creation not working.

    Are you using an actual server from a hosting company or a local host from your computer?

  3. #13
    Join Date
    Mar 2010
    Posts
    30
    Plugin Contributions
    0

    Default Re: New Account Creation not working.


  4. #14
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: New Account Creation not working.

    Quote Originally Posted by bislewl View Post
    a couple things to try to change:
    define('HTTP_SERVER', 'http://www.railworks.marleyman.co.uk');
    define('HTTPS_SERVER', 'https://www.railworks.marleyman.co.uk');
    and
    define('DIR_WS_CATALOG', '/store/');
    define('DIR_WS_HTTPS_CATALOG', '/store/');

    plan b
    in the admin
    configuration->sessions->Add Period... change that setting

    either one of theses work?
    Please note that plan A is spot-on. With the original values for the HTTPS_SERVER and DIR_WS_HTTPS_CATALOG, an HTTPS_SERVER value of just "https://" could easily set off a Server 500 error.

    Quote Originally Posted by Kennym View Post
    @bislewl

    No, but thanks.
    I don't have any SSl certificates so the HTTPS dirs are empty.

    and the second option shows no change.
    Did you actually make the change to your /includes/configure.php file (remember to change its read-only status before re-FTPin ... can't tell you how many times I've done that!)? If not, please make the changes suggested by bislewl and retry.

  5. #15
    Join Date
    Mar 2010
    Posts
    30
    Plugin Contributions
    0

    Default Re: New Account Creation not working.

    ok, inclues/configure now reads;

    define('HTTP_SERVER', 'http://www.railworks.marleyman.co.uk');
    define('HTTPS_SERVER', 'https://www.railworks.marleyman.co.uk');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'false');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/store/');
    define('DIR_WS_HTTPS_CATALOG', '/store/');

    Still cannot create a new account

  6. #16
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: New Account Creation not working.

    I found an obscure issue (http://www.zen-cart.com/showthread.p...06#post1165106) that affects me running on a localhost/windows install. On the off-chance that it's related, I've attached a zip-file of the updated two template files (one of them is the tpl_modules_create_account.php). Just replace the two files in your template override directory and let me know it that helps.

    minacct_changed_files.zip

  7. #17
    Join Date
    Mar 2010
    Posts
    30
    Plugin Contributions
    0

    Default Re: New Account Creation not working.

    Added files to includes/templates/aberdeen_neutral/templates (just checking that is the correct folder. Still no change there.

  8. #18
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: New Account Creation not working.

    You could try installing the Zen Cart Notifier Trace plugin. That plugin "monitors" the notifiers thrown by various Zen Cart modules and will give you/us an idea of how far the page is getting before the server 500 is thrown. If you'd like to go that route, just post the contents of the /cache/notifier_trace.log file after you've tried to create an account.

  9. #19
    Join Date
    Mar 2010
    Posts
    30
    Plugin Contributions
    0

    Default Re: New Account Creation not working.

    I don't understand the instruction (How to use it) and what it actually wants me to do.

  10. #20
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: New Account Creation not working.

    The "How to use it" is primarily for developers who want to use the plugin to help them debug their new code.

    For your case, I'm suggesting simply installing the plugin (use the v1.5.1 version of the files). The files simply "drop in" to your store (no overwrites) and then you'll need to run the zen_trace_install.sql file that comes in the zip file. Once you run the SQL file, the trace function is enabled and each access to your store will result in the file /cache/notifier_trace.log file being written. The enable/disable setting is present in your admin's Configuration->Logging tab.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v151 New account created after payment but automatic account creation is set to no
    By sagilca in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 13 Nov 2013, 02:48 PM
  2. Changes to New Account Creation
    By Kittah in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 25 Oct 2009, 09:50 PM
  3. Account Creation is not working
    By joshlfisher in forum General Questions
    Replies: 10
    Last Post: 8 Feb 2007, 10:42 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