Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I installed PHP, but every time I load a document, I get the message Document Contains No Data! Whats going on here?

0
Posted

I installed PHP, but every time I load a document, I get the message Document Contains No Data! Whats going on here?

0

This probably means that PHP is having some sort of problem and is core_dumping_ Look in your server error log to see if this is the case, and then try to reproduce the problem with a small test case_ If you know how to use ‘gdb’, it is very helpful when you can provide a backtrace with your bug report to help the developers pinpoint the problem_ If you are using PHP as an Apache module try something like: • Stop your httpd processes • gdb httpd • Stop your httpd processes • > run _X _f /path/to/httpd_conf • Then fetch the URL causing the problem with your browser • > run _X _f /path/to/httpd_conf • If you are getting a core dump, gdb should inform you of this now • type: bt • You should include your backtrace in your bug report_ This should be submitted to http://bugs_php_net/ If your script uses the regular expression functions (ereg() and friends), you should make sure that you compiled PHP and Apache with the same regular expression package_ This should happen automatically with PH

0

This probably means that PHP is having some sort of problem and is core-dumping. Look in your server error log to see if this is the case, and then try to reproduce the problem with a small test case. If you know how to use ‘gdb’, it is very helpful when you can provide a backtrace with your bug report to help the developers pinpoint the problem. If you are using PHP as an Apache module try something like: Stop your httpd processes gdb httpd Stop your httpd processes > run -X -f /path/to/httpd.conf Then fetch the URL causing the problem with your browser > run -X -f /path/to/httpd.conf If you are getting a core dump, gdb should inform you of this now type: bt You should include your backtrace in your bug report. This should be submitted to » http://bugs.php.net/ If your script uses the regular expression functions (ereg() and friends), you should make sure that you compiled PHP and Apache with the same regular expression package. This should happen automatically with PHP and Apache 1.3

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.