Hey-
Has anyone encountered this problem?
I try and call "chdir" to a directory (/home/avidan) which is mounted. I can access the mounted directory without any problems via command line, but PHP cant seem to access them (yes, permissions are properly set).
The error is
Warning: ChDir: No such file or directory (errno 2)
The real wierd part is that I can chdir to /home (which is also mounted) but I can never access one of its subdirectories. Any ideas?
Thanks,
Avidan