> However, whenever I run a file that includes another file,
> regardless of where that file resides, I always get an error.
> As part of the error, it says that the only path for the include
> is '.' (dot). Am I doing something wrong? Do I need to set
> up the include directory somewhere else? I've read the docs
> and search the archives at phpbuilder (perhaps I'm searching
> for the wrong thing), but I haven't been able to find any
> info.
> Any help would be greatly appreciated!!
Further the above, this is the exact error message I'm
getting (I've been fooling around with the include path
and so that's why it says something different here):
----
Warning: Failed opening
'/pathto/apache/apache/htdocs/virtual_host/folder1/index.php3' for inclusion
(include_path='C:\pathto\apache\Apache\htdocs\virtual_host\include') in
Unknown on line 0
----
The only thing I can come up with is that the case is
different on the second "apache" directory... "apache"
as opposed to the actual folder name "Apache". As far
as I know, windows isn't really case sensative, so I
don't think this is an issue.
I'm pulling my hair out over this one and any help would
be so greatly appreciated! :)
Chris