Posted by Dikkie Dik on 10/03/38 11:33
Matthew Crouch wrote:
> I'm building a site hosted on Yahoo, and apparently they've got it set
> so that nothing -- not even fatal errors -- are displayed.
>
> I also have an extremely complicated line of code:
> require_once('../head.inc');
>
> that is failing. works fine on my local copy (PHP5) but not prod server
> (4.3.11). Is there something quirky about paths in Yahoo web hosting?
Is the "requiring" line in another file that is included from another
directory? if so, the line may not select the file you think it selects.
See http://nl3.php.net/manual/en/function.include.php
Best regards
[Back to original message]
|