Dplz Posted August 25, 2005 Share Posted August 25, 2005 Hello! I get blank pages in various situations for example when i try to log in, add items to cart, go to checkout. I dont use SSL in the webbshop. The server runs php 4.3.10 There is a possibilty that there is some error in the code that normaly would generate a error message but error messages are disabled in in the php configuration. Does suggestion of how to fix this? If needed i can give more information about the configuration. /Jonas Link to comment Share on other sites More sharing options...
user99999999 Posted August 25, 2005 Share Posted August 25, 2005 You have to look in apache error log. Ask your host where and how to access it. You could add this line to your .htaccess file if your host allows it. php_value display_errors on Link to comment Share on other sites More sharing options...
Dplz Posted August 26, 2005 Author Share Posted August 26, 2005 Thank you! Now i can see the errormessage. You learn something new every day :) Now i can try to sort out the error myself. Link to comment Share on other sites More sharing options...
Dplz Posted August 26, 2005 Author Share Posted August 26, 2005 Problem solved! There were output due to some whitespace characters in a language file. I suspected that but didnt know where to start looking. Thank you for the help! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.