i'm using CodeIgniter with postgreSQL and i always getting a blank page when i inserting multiple records > 61 rows. I'm not sure why it is happen, inserting <= 61 rows works fine. There is no errors found in Log file. I already tried many ways to fix this problem but still have no result.
here are my references:
Codeigniter shows blank page with no error
Codeigniter displays a blank page instead of error messages
Why does Code Igniter give me a white page?
Codeigniter, blank page, no errors
http://thecancerus.com/the-white-screen-of-death/
I also already set display_error On
in php.ini
and set error_reporting(E_ALL)
in index.php
file.
My sites is working on local machine Debian with Apache 2.4, PHP 5.6, PostgreSQL 9.4.