CodeIgniter Forums
[Help]Blank page on production server - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: [Help]Blank page on production server (/showthread.php?tid=28643)



[Help]Blank page on production server - El Forum - 03-17-2010

[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 !!!


[Help]Blank page on production server - El Forum - 03-17-2010

[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.


[Help]Blank page on production server - El Forum - 03-17-2010

[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 ?


[Help]Blank page on production server - El Forum - 03-17-2010

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


[Help]Blank page on production server - El Forum - 03-18-2010

[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


[Help]Blank page on production server - El Forum - 03-21-2010

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

thanks !!


[Help]Blank page on production server - El Forum - 03-21-2010

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

http://www.konasweb.com/wp/2009/01/11/suexec-policy-violation-see-suexec-log-for-more-details/