It does not display any errors, just a blank page. I tried to die ("test") before I call my function to get the record, and it does it, but when I put die ("test") after my extract string function, all I get is a blank page (on chrome it says this: Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.)
.. I tried (with 128M, -1, 64M, etc.)
ini_set('memory_limit', -1);
Bad luck. I use mysqli to retrieve a record and a simple query like "Select data from tblBackup" (only 1 record in the database)
Any help?
Thank you in advance
Update: I linked the apache error log and I get this when I try to load the page,
[Thu Jun 30 13:47:37 2011] [notice] child pid 25405 exit signal Segmentation fault (11)
Andre source share