Jump to content

Authentication Issue: My Customer Can't Create A Account.


Recommended Posts

Try turning on error reporting and then post the results, With FTP go to config folder and edit the defines.inc.php and change as below.

 

Change this:

/* Debug only */
define('_PS_MODE_DEV_', false);
 
 
To this:
/* Debug only */
define('_PS_MODE_DEV_', true);
 
Now try to create an account and see if an error is displayed, will be different then above pic you posted, then post the results.
  • Like 1
Link to comment
Share on other sites

i received your emai about this topic, so here you can find my answer

 

you translated some part of shop (front office, modules) manually, i mean - you probably opened file br.php in some simple text editor like windows notepad - then applied changes and then uploaded file to host.

 

if you applied translations in that way - simple text editor saved this file as UTF-8 with BOM (bom is a charcode at the begining of the file)

and it appears like this red dot here:

PTHCg2n.png

 

 

you have to re-open file and save it as a UTF-8 without BOM in some php editor, like free notepad++

Edited by vekia (see edit history)
  • Like 2
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...