customers can't create accounts
H!
http://e-aiand.com/veebipood
I set up the last version of Zen Cart and everything seemed to work fine. I created two test customers, placed orders and checked out. All that was OK.
Then I went on with adding products and translating user interface. Something must have went wrong here as now, new accounts can't be created any more (the existing test customers can log in without problems). What and when went wrong, I have no idea...
http://e-aiand.com/veebipood/index.php?main_page=login is the login page and after attempting create an account, customers get error message, stating that the web-site probably is not configured properly:
While loading http://e-aiand.com/veebipood/index.p...create_account, an eror occurred. The web-site may be configured not properly.
HTTP viga 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
Where should I look for the error?
Kind regards,
Harri.
Re: customers can't create accounts
Problem solved - the file 'create_account.php' had got corrupted during translation...
Re: customers can't create accounts
Thanks for the update that you have this working now and for posting the solution of the problem to help others ... :smile:
Re: customers can't create accounts
Hello there, i got this site http://tephra.byethost22.com and if i'm trying to create an account i'm getting this
Secure Connection Failed
An error occurred during a connection to tephra.byethost22.com.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
Why so? (i got ssl enabled and disabled and still getting this)
Re: customers can't create accounts
Problem solved. I installed Zen Cart by creating 2 blank configure files 1 for catalog 1 for admin set them to 777 and i run the script without setting the permissions for the folders (which i did later).
Re: customers can't create accounts
I haven't changed anything on my site for months and this suddenly appears and customers can't log in.
The last mod I added was the Ozpost Module but the site had bee working properly until then.
The message I'm getting is
Parse error: syntax error, unexpected T_STRING in /home/content/m/i/c/michellewardle/html/includes/languages/english/create_account.php on line 23
Any help appreciated :)
Re: customers can't create accounts
What version of Zen Cart?
Re: customers can't create accounts
What do you have in that file on lines 19 to 26?
Re: customers can't create accounts
woops I meant new customers create account
Re: customers can't create accounts
Zen Cart 1.3.8a
Patch: 1::
Database Patch Level: 1.3.8
line 23 is
define('EMAIL_WELCOME', 'I'd like to welcome you to <strong>' . STORE_NAME . '</strong>.');