Posted by Mente Libre on 04/26/07 14:40
On Apr 26, 7:41 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> Mente Libre wrote:
> > I thought this was going to be easy. My first mistake. I was
> > throwing up a wamp server up on an old w2k box we had sitting around
> > to do some testing and development.
>
> > I have installed Apache/2.2.4 (Win32) PHP/5.2.1.
>
> > I have tested apache and is delivering html just fine both on
> > localhost and externally.
> > When I tested php using phpinfo it works fine.
>
> > When I installed a know good application (code came from production)
> > the pages all come up blank. At first I thought that short names was
> > turned off and giving me the problem so I turned them on. That had
> > no effect. httpd looks fine. I turned on errors in PHP nothing makes
> > it to the error file when I call the page.
>
> > Any ideas?
>
> > Thank you very much in advance
>
> > K. Plunkert
> > kplunk...@gmail.com
>
> What do you see when you look at the page source? Do plain html (no
> PHP) pages come up?
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================
Yes plain html shows up just fine. the phpinfo test works just fine.
Maybe I should try another php app to see if that is the issue
Kplunkert
[Back to original message]
|