When a customer visits our cart and goes to create their account, upon clicking submit their account is created, welcome email is sent, but zen cart hangs on a white screen. Any ideas how to fix this?
When a customer visits our cart and goes to create their account, upon clicking submit their account is created, welcome email is sent, but zen cart hangs on a white screen. Any ideas how to fix this?
Have you tried the Debug utility? Available in the download section.
Tina
I just ran the debugger, thank you for the advice. Now I have the log info but have no idea what to do with it to fix the problem (I'm pretty new to all this). Any help?
Here's what the debugger said:
[25-Jun-2008 14:03:21] PHP Warning: session_regenerate_id() [<a href='function.session-regenerate-id'>function.session-regenerate-id</a>]: Cannot regenerate session id - headers already sent in /home/museumof/public_html/shop2/includes/functions/sessions.php on line 167
[25-Jun-2008 14:03:21] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/museumof/public_html/shop2/includes/languages/english/create_account.php:107) in /home/museumof/public_html/shop2/includes/functions/functions_general.php on line 44
Any help is greatly appreciated.
Thanks,
Ryan
Compare the files referred to against the same files from a fresh install.
WinMerge is a great tool for doing the comparisons for you.
I think these errors mean there are blank spaces/extra lines someplace in those files.
If I am mistaken, I hope on of the gurus will lead you in the right direction.
Tina
Thank you for the advice, I am on a mac so winMerge was no good for me. I was able to DL a program called DiffMerge for the Mac and was able to determine that there were problems with the following files:
includes/languages/english/create_account.php
includes/functions/functions_general.php
So I used the files from a fresh copy of Zen to overwrite those in my shop and BAM! up and running.
Thanks for the help, you are my hero.
Ryan![]()
Thanks for the help, you are my hero.
Thanks for posting that this fixed the problem.
Tina