Gadgetgal Posted February 23, 2010 Share Posted February 23, 2010 Need some help! I have PS 1.3.0.1 - 0.351s installed. I'm doing my testing, and I can't get past the login for the customer registration. The email is accepted, but after entering personal info: firstname/lastname, address, password, etc, and pressing the register button, I get an error. There is 1 error :1.an error occurred while creating your account I have attached an image of the error.I'm not sure where to start to get this resolved. Any ideas how to fix? Link to comment Share on other sites More sharing options...
Nigel Lew Posted May 19, 2010 Share Posted May 19, 2010 Any one manage to resolve this? The problem persists in 1.3 RC 6 as well. A bit of a disaster really.thanks,NigelEDIT:Ok, cleared my error log so I could look into this a bit. I am not exactly a programmer so here goes....PHP Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/sabochar/public_html/authentication.php on line 84[19-May-2010 18:00:14] PHP Parse error: syntax error, unexpected $end, expecting ']' in /home/sabochar/public_html/authentication.php on line 84Line 84 is as follows... $addrFirstname = isset( $_POST['firstname']) ? $_POST['firstname'] : $_POST['customer_firstname']; which is exactly the same as line 83 for last name which does not throw an error. Link to comment Share on other sites More sharing options...
rocky Posted May 20, 2010 Share Posted May 20, 2010 I'm not getting this error message on my website, but I did notice that the line you mention has extra space characters that the previous line doesn't have. Try changing the line from: $addrFirstname = isset( $_POST['firstname']) ? $_POST['firstname'] : $_POST['customer_firstname']; to: $addrFirstname = isset($_POST['firstname']) ? $_POST['firstname'] : $_POST['customer_firstname']; Link to comment Share on other sites More sharing options...
Pez Posted June 6, 2010 Share Posted June 6, 2010 Hi, I'm getting the same error on both my WAMP and online versions. I've tried the suggested fix but it hasn't helped. Anyone got a solution to this please? Link to comment Share on other sites More sharing options...
alivok Posted June 29, 2010 Share Posted June 29, 2010 YEs any solution ? Link to comment Share on other sites More sharing options...
Pez Posted June 29, 2010 Share Posted June 29, 2010 I ended up reinstalling the whole thing to get it to work! Link to comment Share on other sites More sharing options...
sheepskinfurs Posted July 13, 2010 Share Posted July 13, 2010 Bumping this thread too because the PS team needs to friggin fix this..killin my business and I don't have the time to switch to Magento or something more stable. God damnit. Link to comment Share on other sites More sharing options...
Patric Posted July 13, 2010 Share Posted July 13, 2010 Did you post this problem into our Bug Tracker? Link to comment Share on other sites More sharing options...
nac78 Posted July 29, 2010 Share Posted July 29, 2010 I'm having the same trouble, please give me hand with it.. I must open my shop very soonhttp://www.prestashop.com/forums/viewthread/64483/general_discussion/error_after_creating_an_account Link to comment Share on other sites More sharing options...
bogi Posted November 24, 2010 Share Posted November 24, 2010 Any solution with this module? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now