Jump to content

Error when creating new account


ajensen27

Recommended Posts

I am getting a white screen after I enter an email address in and hit the "create your account" button. It's throwing a syntax error but I can't figure it out. Can someone take a look and let me know what I might be missing here?

 

Website is www (dot) incontishop (dot) com

 

Thanks!

Link to comment
Share on other sites

Let's go back to the original message: did you make any changes that may have caused the syntax error? Did you add/change any php/tpl/CSS file that might be accessed during the creating an account process?

 

Does the white screen page source code have any code in it, or is it really totally empty?

 

What browser do you use? Maybe there are some add-ins for it that check php page syntaxes, show debug info etc.?

 

My 2 cents,

Pascal

Edited by PascalVG (see edit history)
Link to comment
Share on other sites

  • 3 months later...

Thanks for your reply.

 

I solved the problem but now I have to click 2 times to access the form.

 

To solve the problem : (page authentification.tpl)

- I change

<input type="button" id="SubmitCreate" name="SubmitCreate" class="button_large" value="{l s='Create your account'}" />

to

<input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large" value="{l s='Create your account'}" />

 

AND

 

- I change Ajax

dataType:json

to

dataType:html

 

My store url : http://c2max.name/fr/authentification

 

I don't understand why I have to click 2 times to access the form ...

 

Best regards,

Mouss

Edited by moussvm (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...