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?
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?
Comment