|
Having an issue I know I have seen before but can't place it..
http://sandbox.zend.com/~admin1/new.php The page dies/never finishes, I have tried disabling all modules thinking a module was causing the problem but its not. Any brilliant ideas out there? |
|
On 5/22/07, Richard Thomas <[hidden email]> wrote:
> Having an issue I know I have seen before but can't place it.. > > http://sandbox.zend.com/~admin1/new.php > > The page dies/never finishes, I have tried disabling all modules > thinking a module was causing the problem but its not. > > Any brilliant ideas out there? Does it always die on the output buffering part? If the apache dies, get the core file and run truss (e.g.) on it. Or run Apache through gdb. A while ago I had some of those issues with PHP4. The problem was on FreeBSD the modules are all loaded dynamically and not compiled static. So when I updated the PHP4-core (so to speak - /usr/ports/lang/php4) it just rebuilt that part and not all modules. While 99% of them worked, the session module screwed up. Of course it "only" happened on pages where sessions was used. ;-) Anyway, strace/truss to the rescue. Till |
|
In reply to this post by cyberlot
Is this just a phpinof()? Or is there something more in the page? Post
the code. Richard Thomas wrote: > Having an issue I know I have seen before but can't place it.. > > http://sandbox.zend.com/~admin1/new.php > > The page dies/never finishes, I have tried disabling all modules > thinking a module was causing the problem but its not. > > Any brilliant ideas out there? |
|
This is the Sandbox's phpinfo page. It seems to work fine here? Best, Andriesss Kevin Jordan schreef: > Is this just a phpinof()? Or is there something more in the page? Post > the code. > > Richard Thomas wrote: > >> Having an issue I know I have seen before but can't place it.. >> >> http://sandbox.zend.com/~admin1/new.php >> >> The page dies/never finishes, I have tried disabling all modules >> thinking a module was causing the problem but its not. >> >> Any brilliant ideas out there? >> > > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.467 / Virus Database: 269.7.6/814 - Release Date: 21/05/2007 14:01 > -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway. |
|
It seems to stop on output_handler for me. Then again, the whole
zend.com site seems to be slow for me really for some reason on my
first load of it.
Andries Seutens wrote:
|
|
Yes that's possible. I believe the hard drive crashed a while ago, and it's slowly dying again. You might want to contact Richard Thomas. Best, Andriesss Kevin Jordan schreef: > It seems to stop on output_handler for me. Then again, the whole > zend.com site seems to be slow for me really for some reason on my > first load of it. > > Andries Seutens wrote: >> >> This is the Sandbox's phpinfo page. It seems to work fine here? >> >> Best, >> >> Andriesss >> >> Kevin Jordan schreef: >>> Is this just a phpinof()? Or is there something more in the page? >>> Post >>> the code. >>> >>> Richard Thomas wrote: >>> >>>> Having an issue I know I have seen before but can't place it.. >>>> >>>> http://sandbox.zend.com/~admin1/new.php >>>> >>>> The page dies/never finishes, I have tried disabling all modules >>>> thinking a module was causing the problem but its not. >>>> >>>> Any brilliant ideas out there? >>>> >>> >>> >>> ------------------------------------------------------------------------ >>> >>> >>> No virus found in this incoming message. >>> Checked by AVG Free Edition. Version: 7.5.467 / Virus Database: >>> 269.7.6/814 - Release Date: 21/05/2007 14:01 >>> >> >> >> ------------------------------------------------------------------------ >> >> Gecontroleerd op virussen door de JOJO Secure Gateway. >> > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.467 / Virus Database: 269.7.6/814 - Release Date: 21/05/2007 14:01 > -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway. |
|
It dies at X number of bytes, If I disable all the pluggins so it
doesn't have to list them it dies further down the page so its some sort of buffering/size issue that I know I have seen before ;( Zend.com and this server are 2 seperate entities. On 5/22/07, Andries Seutens <[hidden email]> wrote: > > Yes that's possible. I believe the hard drive crashed a while ago, and > it's slowly dying again. > > You might want to contact Richard Thomas. > > Best, > > Andriesss > > Kevin Jordan schreef: > > It seems to stop on output_handler for me. Then again, the whole > > zend.com site seems to be slow for me really for some reason on my > > first load of it. > > > > Andries Seutens wrote: > >> > >> This is the Sandbox's phpinfo page. It seems to work fine here? > >> > >> Best, > >> > >> Andriesss > >> > >> Kevin Jordan schreef: > >>> Is this just a phpinof()? Or is there something more in the page? > >>> Post > >>> the code. > >>> > >>> Richard Thomas wrote: > >>> > >>>> Having an issue I know I have seen before but can't place it.. > >>>> > >>>> http://sandbox.zend.com/~admin1/new.php > >>>> > >>>> The page dies/never finishes, I have tried disabling all modules > >>>> thinking a module was causing the problem but its not. > >>>> > >>>> Any brilliant ideas out there? > >>>> > >>> > >>> > >>> ------------------------------------------------------------------------ > >>> > >>> > >>> No virus found in this incoming message. > >>> Checked by AVG Free Edition. Version: 7.5.467 / Virus Database: > >>> 269.7.6/814 - Release Date: 21/05/2007 14:01 > >>> > >> > >> > >> ------------------------------------------------------------------------ > >> > >> Gecontroleerd op virussen door de JOJO Secure Gateway. > >> > > > > ------------------------------------------------------------------------ > > > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.5.467 / Virus Database: 269.7.6/814 - Release Date: 21/05/2007 14:01 > > > > > -- > Andries Seutens > http://andries.systray.be > > > Gecontroleerd op virussen door de JOJO Secure Gateway. > > |
| Powered by Nabble | Edit this page |
