Forums / Upgrading from 1.3.x to 1.3.9 / Cannot create a new account

Cannot create a new account

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
27 Nov 2006, 22:52
#1
jdl avatar

jdl

New Zenner

Join Date:
May 2006
Posts:
59
Plugin Contributions:
0

Cannot create a new account

Hi,

I both upgraded from zencart 1.3.0.1 to 1.3.6 and I added the google checkout to my site and zencart. However, I think this problem has more to do with the upgrade because I'm having a problem with the create_account.php page (and the google checkout code doesn't have this page). The user selects a country from the drop down list. The $POST array contains a 'country' item but the code is looking for a 'zone_country_id' item so it never sees the country and does not let the user create an account.

Has anyone else encountered this problem? I had to customize zencart since I sell mobile software and the user had to select a carrier from a drop down when creating a new account and this has compilcated upgrading.

If anyone has an understanding of how the zones work or any clues as to this problem, please let me know.

Thanks,
jdl
27 Nov 2006, 23:39
#2
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Posts:
1,090
Plugin Contributions:
0

Re: Cannot create a new account

This was a bug in version 1.3.5 - have you tried removing your customized "create account" templates and seeing if the error persists ? If it solves with the removal of that page then you know that it is an error in the template and not the cart itself. Which I might add was the problem many times during the "bug" discovery ;)
28 Nov 2006, 02:21
#3
texdc avatar

texdc

Zen Follower

Join Date:
Dec 2003
Posts:
135
Plugin Contributions:
1

Re: Cannot create a new account

I had the same problem and the fix is in the template tpl_modules_create_account.php.

Thanks, Tina!
28 Nov 2006, 05:52
#4
jdl avatar

jdl

New Zenner

Join Date:
May 2006
Posts:
59
Plugin Contributions:
0

Re: Cannot create a new account

Thank you both for your suggestions. I've painstakingly gone through my list of changed files and winmerged them with the latest zen version.

Now, when I press the submit button, I get this message:

My Account Information

NOTE: If you already have an account with us, please login at the login page.

It comes from pages\create_account\jscript_form_check.php

However, I don't have any errors. Does anyone have any other insight as to why I can't create an account?

Also, I don't get a dropdown list of states. Do I need to turn that on somewhere?

Thanks again,
jdl