I have this error when I’m trying to use chdir() in one of my pages:
Warning: chdir() [function.chdir]: Not a directory (errno 20) in
/home/**/public_html/index2.php on line 3
I have googled the error and found nothing concerning this error… What could be causing it? file permissions? And how can this be fixed?
From the
chdir(2)man page:So, you’re trying to change to something that is some other type of file.