Zen Cart Logo
Forums / General Questions / Login/Logoff/Create Acccount etc goes to Blank page

Login/Logoff/Create Acccount etc goes to Blank page

Locked

Views: 1,565

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
4 Jun 2008, 5:55 PM
#1
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Login/Logoff/Create Acccount etc goes to Blank page

Hi
I am getting a strange problem
Whenever I login, I get redirected to a blank page with the browser url as

http://www.mysite.com/index.php?main_page=login&action=process

When I click Refresh, nothing happens(same blank page)
But when I click on Back in browser, I see the 'My Account', 'Log Off' etc links indicating that I have logged in the site
Same is the case with 'Log Off' and Create Account
Can someone tell me whats happening
I tried to debug the file
/public_html/includes/modules/pages/login/header_php.php
and came to know that the problem is here
zen_redirect(zen_href_link(FILENAME_DEFAULT, '', $request_type));
Also, tried using

zen_redirect("www.google.com") 
//or
header('Location: ' . 'www.google.com'); 

for testing but nothing seems to work

Can someone please help me?
I already went through this link
https://www.zen-cart.com/tutorials/index.php?article=82

4 Jun 2008, 6:24 PM
#2
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: Login/Logoff/Create Acccount etc goes to Blank page

Got it
the problem with spaces in /public_html/includes/modules/pages/login/header_php.php

27 Jun 2008, 10:25 AM
#3
kaylee_girl avatar

kaylee_girl

New Zenner

Join Date:
Jun 2008
Posts:
22
Plugin Contributions:
0

Re: Login/Logoff/Create Acccount etc goes to Blank page

I"m having this problem as well.

this....
http://www.duosandtrios.com/shop/index.php?main_page=login

goes to an empty page. I don't understand how you all fixed this. Can someone explain to me what's going on here?

Thank you

27 Jun 2008, 12:16 PM
#4
stevesh avatar

stevesh

Black Belt

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

Re: Login/Logoff/Create Acccount etc goes to Blank page

Look here:

https://www.zen-cart.com/tutorials/index.php?article=82

Most 'blank page' problems are caused by corrupted files or files that have been improperly edited, often in WYSIWYG editors.

27 Jun 2008, 11:10 PM
#5
moonlilly avatar

moonlilly

New Zenner

Join Date:
Jan 2008
Posts:
18
Plugin Contributions:
0

Re: Login/Logoff/Create Acccount etc goes to Blank page

I have the same problem, but I just figured out why!!! When I click on the customer login page, the browser looks for https://blahblah instead of http://blahblah. Sooo, I'm hoping that once I get my ssl certificates setup, everything will be hunky dory! Wish me luck!