Re[3]: [PHP] Output page cut off after 7000 characters -- FIXED

2002-12-10 Thread Fritz Wittwer
Hi Tom, i was afraid I had to trace it down this way before, I even tried it, but missed the PHP function call at the end of a 300 and some characters line. Anyway it was a function wich had a hard coded Windows path to a directory in it wich started with 'e:/', I did not try to figure out

Re: [PHP] Output page cut off after 7000 characters

2002-12-09 Thread Fritz Wittwer
No, it is not output from a DB, just a simple static text file with some PHP functions in it, but even if I remove them, the error remains the same. I have now upgraded to Apache 1.3.17 and php4.2.3 no change. One idea which cam into my mind: might an error much later on in the page

Re[2]: [PHP] Output page cut off after 7000 characters

2002-12-09 Thread Tom Rogers
Hi, Tuesday, December 10, 2002, 12:09:46 AM, you wrote: FW No, it is not output from a DB, just a simple static text file with some FW PHP functions in it, but even if I remove them, the error remains the same. FW I have now upgraded to Apache 1.3.17 and php4.2.3 no change. FW One idea

Re[2]: [PHP] Output page cut off after 7000 characters

2002-12-09 Thread Fritz Wittwer
At 16:04 09.12.2002, Tom Rogers wrote: Hi, Tuesday, December 10, 2002, 12:09:46 AM, you wrote: FW No, it is not output from a DB, just a simple static text file with some FW PHP functions in it, but even if I remove them, the error remains the same. FW I have now upgraded to Apache 1.3.17

Re: Re[2]: [PHP] Output page cut off after 7000 characters

2002-12-09 Thread Jason Wong
On Tuesday 10 December 2002 00:31, Fritz Wittwer wrote: FW I have now upgraded to Apache 1.3.17 and php4.2.3 no change. Did you mean 1.3.27? 1.3.17 is pretty old. Does the apache error_log give any clues? I had this checked out before, but I did only check the errorlog for this virtual

Re[3]: [PHP] Output page cut off after 7000 characters

2002-12-09 Thread Tom Rogers
Hi, Tuesday, December 10, 2002, 2:31:00 AM, you wrote: FW Hi Tom, FW I had this checked out before, but I did only check the errorlog for this FW virtual host, there is an entry in the error log of the main server for FW each request to the page in question: FW [Mon Dec 9 17:27:05 2002]

[PHP] Output page cut off after 7000 characters

2002-12-06 Thread Fritz.Wittwer
Hi All, i have to migrate a website from WNT/IIS to Solaris/Apache. Some stuff seems to work, but now I am stuck with a page which gets cut off in the middle of the out put. It is a template system with a chain of includes and requires (4 files involved, no fancy stuff, just some variable

Re: [PHP] Output page cut off after 7000 characters

2002-12-06 Thread Tom Rogers
Hi, Thursday, December 5, 2002, 9:40:20 PM, you wrote: FW Hi All, FW i have to migrate a website from WNT/IIS to Solaris/Apache. FW Some stuff seems to work, but now I am stuck with a page which gets cut FW off in the middle of the out put. It is a template system with a chain FW of includes