Guest Posted August 30, 2006 Posted August 30, 2006 Hi I have a small problem. I have uploaded all the files to my server plus the Greek language. The installation was successful but when I chose Greek language as default I could not access my site or my admin panel. Now I only have a white page..no errors or warnings..just nothing on the page. I have erased the greek language but the problem is there. I have changed the rights of the files but still nothing. Has anyone had the same problem before or an advice maybe? Thanks, Giorgos
kgt Posted August 30, 2006 Posted August 30, 2006 Usually when you get a white page, it is because you have a fatal error, but your host has turned off display_errors. Add the following two lines to the top of includes/application_top.php: ini_set( 'error_reporting', 'on' ); ini_set( 'display_errors', 1 ); Contributions Discount Coupon Codes Donations
Recommended Posts
Archived
This topic is now archived and is closed to further replies.