Steven Lloyd said:
> I thought of that first but still no luck.  I am using the full path to
> the
> file and still get the same error.
>
> Any other ideas?

You might want to check if that path is really the full path.  A lot of
servers are set up in a chroot environment, which changes where the root
is in the file system, and consequently where your file is from the
server's perspective.  A good way to check this is to get the web server's
idea of DOCUMENT_ROOT and compare that to the real location of
DOCUMENT_ROOT on the filesystem.

OpenBSD ships by default with Apache in a chroot environment.  IIS does
all kinds of crazy stuff with folder locations.  You'll need to figure out
exactly what's going on with your paths.

If its not your paths, I'm afraid I'm all out of good options.  You might
check library versions, but I'm assuming that you've already checked that.

Clay Dowling
-- 
Lazarus Notes from Lazarus Internet Development
http://www.lazarusid.com/notes/
Articles, Reviews and Commentary on web development

Reply via email to