CodeIgniter Forums
Vestacp with Nginx - Getting blank pages code 500 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: Vestacp with Nginx - Getting blank pages code 500 (/showthread.php?tid=62450)



Vestacp with Nginx - Getting blank pages code 500 - luchman - 07-16-2015

Hi, I've setup my CI app on Vestacp (Ubuntu 14.04) with Nginx front. Most of the app seems to work just fine. But, many pages with or without database query result return blank. Following test record is from apache error log

".. [16/Jul/2015:12:01:37 +0000] "GET /admin/test HTTP/1.0" 500 394 .."

And following test record is from Nginx access log

".. [16/Jul/2015:12:01:37 +0000] GET /admin/test HTTP/1.1 "500" 0  .."

There is not much details available on the access log.


TQ