Zen Cart Logo
Forums / General Questions / Blank Page After Logging In

Blank Page After Logging In

Locked

Views: 755

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
28 Oct 2010, 3:35 PM
#1
mexman_uk avatar

mexman_uk

New Zenner

Join Date:
Oct 2010
Posts:
6
Plugin Contributions:
0

Blank Page After Logging In

Hi All

I have just installed a clean install of the latest ZenCart but seem to be having a teething problem.

I tried to create myself an account so I could do a test transaction to make sure everything was okay.

After I had completed the reg process I was presented with a blank white screen. I stepped back a few steps in explorer and it showed me as logged in. I put this down to a temp issue so I closed IE down and went to the website. I then tried to login and got exactly the same, blank white page.

As I explained earlier this is not an upgrade but a clean install, I have even deleted all the files and the database and tried again with the same response.

Please help, thx in advance.

Mike

28 Oct 2010, 3:53 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Blank Page After Logging In

Are there any error log files in the /cache folder ?

28 Oct 2010, 10:00 PM
#3
mexman_uk avatar

mexman_uk

New Zenner

Join Date:
Oct 2010
Posts:
6
Plugin Contributions:
0

Re: Blank Page After Logging In

[28-Oct-2010 16:08:03] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bbclanc/public_html/inkstoreuk.co.uk/includes/languages/WP Black and Purple 900/english.php:1401) in /home/bbclanc/public_html/inkstoreuk.co.uk/includes/init_includes/init_templates.php on line 78

Line 78 of this file is this ....

header("Content-Type: text/html; charset=" . CHARSET);

Which means nothing to me .. :no:

29 Oct 2010, 2:49 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Blank Page After Logging In

You have blank line(s) or space(s) after the closing php tag ?> at the bottom of your language file ...

NOTE: If is also recommended that you not use spaces or special characters in directory names ...

29 Oct 2010, 7:02 AM
#5
mexman_uk avatar

mexman_uk

New Zenner

Join Date:
Oct 2010
Posts:
6
Plugin Contributions:
0

Re: Blank Page After Logging In

Ajeh:

You have blank line(s) or space(s) after the closing php tag ?> at the bottom of your language file ...

NOTE: If is also recommended that you not use spaces or special characters in directory names ...

Yes there was and all is now fine, many thanks for your help .. :yes:

29 Oct 2010, 1:32 PM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Blank Page After Logging In

You are most welcome ... thanks for the update that you were able to fix this issue of blank page by fixing the blank space(s) and blank line(s) after the closing php tag ?> at the end of a php file ... :smile: