Welcome Guest, Not a member yet? Register   Sign In
[Help]Blank page on production server
#1

[eluser]minoh[/eluser]
Hi guys,

when i transferred my CI app to production server, i get a blank page. any ideas to what could cause this problem ?

thanks !!!
#2

[eluser]danmontgomery[/eluser]
White pages are caused by PHP errors. Set error_reporting to E_ALL and/or check apache error log for PHP errors.
#3

[eluser]minoh[/eluser]
[quote author="noctrum" date="1268860562"]White pages are caused by PHP errors. Set error_reporting to E_ALL and/or check apache error log for PHP errors.[/quote]

thanks for your fast reply !

where can i do that ?
#4

[eluser]mattpointblank[/eluser]
Make sure your /logs/ and /cache/ directories have write permissions (try 755 or 777).
#5

[eluser]minoh[/eluser]
[quote author="mattpointblank" date="1268861811"]Make sure your /logs/ and /cache/ directories have write permissions (try 755 or 777).[/quote]

i changed permissions but no success, now i get 500 Internal Server Error and by checking apache errors i found that error log:

suexec policy violation: see suexec log for more details
Premature end of script headers: index.php
#6

[eluser]minoh[/eluser]
any idea what could cause the problem ?

thanks !!
#7

[eluser]mattpointblank[/eluser]
Googled your error and got this:

http://www.konasweb.com/wp/2009/01/11/su...e-details/




Theme © iAndrew 2016 - Forum software by © MyBB