urosscp Posted February 23, 2006 Share Posted February 23, 2006 Hi, I'm a newbie with this PHP/MySQL thing. Got a problem with a oscommerce. Problem is that a after clicking Continue button on a Create Account page (I filled all required fields) I got a blank page instead a Create Account Success page. In the address bar in browser is still a create_account.php address. Problem is that the account is really created but there is only a blank page left on screen. Can anyone help? Why does not take me to the Create Account Success page? Uro? Link to comment Share on other sites More sharing options...
♥Vger Posted February 23, 2006 Share Posted February 23, 2006 Check the contents of the root level create_account_success.php page against the includes/languages/<your language>/create_account_success.php page. They should be different files with different coding in them. Vger Link to comment Share on other sites More sharing options...
urosscp Posted February 24, 2006 Author Share Posted February 24, 2006 Thanks Vger for reply, but those files are totaly diffrent. One is about 3,8 KB, and the other is 952B. I would appreciate any help because I'm newbie (acctualy I'm a network administrator in a company, but my PHP and coding generaly sucks). Any other ideas? Any clues? Link to comment Share on other sites More sharing options...
shibat Posted May 23, 2006 Share Posted May 23, 2006 I had the same problem. The problem for me was that there was a extra space before the <?php in the create_account_success.php file. After I got rid of it php worked perfectly. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.