PHP getting blank pages after submit a form + signal Segmentation fault (11)
- by Ole Media
I few days ago I update my macbook pro to snow leopard, and since then some php files are not showing.
This is what happens:
I created a php form, when going to 'http://localhost/webform.php' I can see the form just fine. Then, once I submit the form, I just get a blank page.
I enable error and warnings reporting under php.ini to make sure I'm not missing something, but still I'm not getting anything, just the blank page.
Then I checked under apache log files, and what I notice is that every time I submit the form I see the following line coming up under the apache logs:
[Wed Apr 07 21:40:28 2010] [notice]
child pid 70223 exit signal
Segmentation fault (11)
I'm clueless on this one. Any ideas on how to fix it?