Re: [PHP] phpinfo displays blank page

2007-06-21 Thread Daniel Brown
On 6/21/07, Tijnema <[EMAIL PROTECTED]> wrote: Good point, but that doesn't affect the PHP CLI ;) Tijnema Yes, I'm aware of that but if the CGI/module displays the correct stuff, then it can narrow the problems down to the CLI itself. With regard to the CLI, try a few things from t

Re: [PHP] phpinfo displays blank page

2007-06-21 Thread Tijnema
On 6/21/07, Daniel Brown <[EMAIL PROTECTED]> wrote: On 6/20/07, Tijnema <[EMAIL PROTECTED]> wrote: > On 6/21/07, Jeff Schwartz <[EMAIL PROTECTED]> wrote: > > You're right, that works. So why doesn't my script work? All it contains is: > > > > > phpinfo(); > > ?> > > Hard to say, as this just *sh

Re: [PHP] phpinfo displays blank page

2007-06-21 Thread Daniel Brown
On 6/20/07, Tijnema <[EMAIL PROTECTED]> wrote: On 6/21/07, Jeff Schwartz <[EMAIL PROTECTED]> wrote: > You're right, that works. So why doesn't my script work? All it contains is: > > phpinfo(); > ?> Hard to say, as this just *should* work. What you can try is to hook up the processor with some

Re: [PHP] phpinfo displays blank page

2007-06-20 Thread Tijnema
On 6/21/07, Jeff Schwartz <[EMAIL PROTECTED]> wrote: You're right, that works. So why doesn't my script work? All it contains is: Hard to say, as this just *should* work. What you can try is to hook up the processor with some debugger The strace program will do the job I think, if not, t

Re: [PHP] phpinfo displays blank page

2007-06-20 Thread Jeff Schwartz
You're right, that works. So why doesn't my script work? All it contains is: Tijnema <[EMAIL PROTECTED]> wrote: On 6/20/07, Jeff Schwartz wrote: > Thanks for getting back to me so quickly. > > I checked the archives and viewed the source before I posted the problem. The > source is empty

Re: [PHP] phpinfo displays blank page

2007-06-20 Thread Nathan Nobbe
do you have other php files that produce html output still working (after the upgrade)? if not, there is probly something wrong w/ the new php installation. is this the same phpinfo script you were using before the upgrade? if not there may be a problem w/ the phpinfo script. -nathan On 6/20/

Re: [PHP] phpinfo displays blank page

2007-06-20 Thread Daniel Brown
On 6/20/07, Tijnema <[EMAIL PROTECTED]> wrote: On 6/20/07, Jeff Schwartz <[EMAIL PROTECTED]> wrote: > Thanks for getting back to me so quickly. > > I checked the archives and viewed the source before I posted the problem. The source is empty except for the junk IE puts into it. Is there a speci

Re: [PHP] phpinfo displays blank page

2007-06-20 Thread Tijnema
On 6/20/07, Jeff Schwartz <[EMAIL PROTECTED]> wrote: Thanks for getting back to me so quickly. I checked the archives and viewed the source before I posted the problem. The source is empty except for the junk IE puts into it. Is there a specific log or error file I should check? I upgraded

RE: [PHP] phpinfo displays blank page

2007-06-20 Thread Warren Vail
EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 10:00 AM To: PHP List Cc: Jochem Maas; Daniel Brown Subject: Re: [PHP] phpinfo displays blank page Thanks for getting back to me so quickly. I checked the archives and viewed the source before I posted the problem. The source is empty except fo

Re: [PHP] phpinfo displays blank page

2007-06-20 Thread Jeff Schwartz
Thanks for getting back to me so quickly. I checked the archives and viewed the source before I posted the problem. The source is empty except for the junk IE puts into it. Is there a specific log or error file I should check? I upgraded from 4.x. I also ran "php phpinfo.php" (phpin

Re: [PHP] phpinfo displays blank page

2007-06-20 Thread Jochem Maas
Daniel Brown wrote: > On 6/20/07, Jeff Schwartz <[EMAIL PROTECTED]> wrote: >> When I run phpinfo() nothing is displayed. It used to work. I recently >> upgraded to 5.2.1 but I can't be sure that's exactly when phpinfo >> stopped working. Has anyone else run into this? lots of people :-) what did

Re: [PHP] phpinfo displays blank page

2007-06-20 Thread Daniel Brown
On 6/20/07, Jeff Schwartz <[EMAIL PROTECTED]> wrote: When I run phpinfo() nothing is displayed. It used to work. I recently upgraded to 5.2.1 but I can't be sure that's exactly when phpinfo stopped working. Has anyone else run into this? Thanks, Jeff - Fus