|
Posted by shimmyshack on 04/26/07 17:51
On Apr 26, 1:20 pm, shimmyshack <matt.fa...@gmail.com> wrote:
> On Apr 26, 2:53 am, Mente Libre <kplunk...@gmail.com> 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 does known good mean? in production on a wamp box of same php/
> apache/mysql version after same install proceedure?
> when you say "blank" do you mean no headers, or just no response body.
> have you checked the paths in the config?
>
> its obviously a config issue but the issue can easily be with the app.
my idea was the app config rather than the httpd.conf/php.ini config -
I'm sorry I should've made that clear.
a blank screen could be simply that the initial conf doesnt load, so
no functions included etc... you might not get any errors if the conf
immediately turns them off, nothing to output. does your app need
rewrites, auto_prepend etc...
Navigation:
[Reply to this message]
|