tedd wrote:
At 1:06 AM -0700 5/1/06, Nicolas Verhaeghe wrote:
When I run the Zend debugger, it returns an error telling me it cannot
find
a certain include, while when I run the site it works fine.
My development machine is a WIMP (the server is a LAMP but it's not
relevant
here).
This is not the first include in this site, but the first include
inside of
an include:
require("includes/initiate.php");
I have tried pretty much everything:
require("initiate.php");
require("/includes/initiate.php");
require("./initiate.php");
Nicolas:
Try:
require("../initiate.php");
One dot doesn't do anything (that I know of).
./ is the current working directory
--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
jnichel@xxxxxxxxxxxxxxxxxxxxxxxxxxx
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php