Re: Premature end of script
[email protected] (Jim Giner)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 7/17/2013 11:22 AM, R B wrote: > Hello, > > 5 years ago, y developed a php system and was working fine. But 20 days > ago, when y try to access to some pages (not all the pages), in the log > appears this message and the page is not displayed: > > ==> /usr/local/apache/logs/error_log <== > [Wed Jul 3 02:36:58 2013] [error] [client 10.30.6.161] Premature end of > script > headers: /home/capitale/public_html/miembros/myscript.php > > Can you help me please with this error? > > Thank you. > Since you state that you haven't made any changes to the system (in general), I'm going to guess that you modified an 'included' file and it has an error in it, such as an unmatched curly brace. As Dan said, turn on all error checking and reporting and see what message you get.