Posted by Kristofer on 08/10/05 18:53
Don Hinshaw wrote:
> Hello,
> This is my first post to this list, so forgive me if this is very basic.
>
> I have a file: overview.php that is including another file dolan_header.php
>
> I have tested it on three servers...on two of them it works perfectly,
> and on the third (the client's server) the header file fails to load the
> first ~12 lines of code.
>
> A functioning version of the page is here:
> http://64.132.144.101/~somedom/dolan/overview.php
>
> And a malfunctioning version is here:
> http://dolanconcrete.com/staging/overview.php
Both of those pages look the same to me...
Did you try running the overview.php file with the php executable
explicity? If you do that, it should dump out any errors in including
to standard output.
Kristofer
[Back to original message]
|