Bad Directory
The directory you specified:
$SAVE_DIRECTORY = "/dna/project/frank";
is invalid. This problem is caused by one of the three following reasons:
- The directory doesn't exist. Make sure that this directory is a complete path name, not
a URL or something similar. It should look similar to /home/username/public_html/uploads
- The directory isn't writable. Make sure that this directory is writable by all users. At
your UNIX command prompt, type chmod 777 /dna/project/frank
- The directory you specified isn't really a directory. Make sure that this is indeed a directory
and not a file.