Zen Cart Logo
Forums / General Questions / Blank Page on Create Account Success

Blank Page on Create Account Success

Locked

Views: 3,227

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
12 Apr 2009, 12:59 AM
#1
ram1001 avatar

ram1001

New Zenner

Join Date:
Apr 2009
Posts:
7
Plugin Contributions:
0

Blank Page on Create Account Success

Zen Cart v1.3.8a/v1.3.8

I changed the create_account.php

I removed this.

'<li><strong>Address Book</strong> - We can now deliver your products to another address other than yours! This is perfect to send birthday gifts direct to the birthday-person themselves.' . "\n\n" .

When a account was created the e-mail was sent and had the text removed. the problem is the Account Has been Created page is blank?

I think the solution is simple. I just don't know it!

I changed the file back. I want to be able to edit the text. What can I remove and what do I leave?

12 Apr 2009, 1:07 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Blank Page on Create Account Success

Try replacing that define block with this

define('EMAIL_TEXT', 'With your account, you can now take part in the <strong>various services</strong> we have to offer you. Some of these services include:' . "\n\n" . '<li><strong>Permanent Cart</strong> - Any products added to your online cart remain there until you remove them, or check them out.' . "\n\n" . '<li><strong>Order History</strong> - View your history of purchases that you have made with us.' . "\n\n" . '<li><strong>Products Reviews</strong> - Share your opinions on products with our other customers.' . "\n\n");
12 Apr 2009, 1:39 AM
#3
ram1001 avatar

ram1001

New Zenner

Join Date:
Apr 2009
Posts:
7
Plugin Contributions:
0

Re: Blank Page on Create Account Success

I tried that code. I still got the blank page?

I can update a account. That works. I can't get the create account success page when a account is created?

12 Apr 2009, 1:45 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Blank Page on Create Account Success

I tried that code. I still got the blank page?
What do you get with the original file?
What editor are you using?

14 Apr 2009, 3:35 PM
#5
mayecreate avatar

mayecreate

New Zenner

Join Date:
Apr 2009
Posts:
1
Plugin Contributions:
0

Re: Blank Page on Create Account Success

I am having this same problem. I have even deactivated the custom template and the same problem occurred.

Also, when I look at the source code of the page, it is blank as well.

If anyone comes up with a solution, it would be much appreciated.
Here is the website: http://www.jiracollection.com/index.php?main_page=contact_us
Here is the blank page: http://jiracollection.com/index.php?main_page=contact_us&action=send

31 Aug 2009, 10:44 AM
#6
joudesign avatar

joudesign

New Zenner

Join Date:
Jan 2009
Posts:
48
Plugin Contributions:
0

Re: Blank Page on Create Account Success

I am having the same problem when I send email from contact -us, any help is very apprciated