Bad Directory

The directory you specified:

$SAVE_DIRECTORY = "/dna/project/frank";

is invalid. This problem is caused by one of the three following reasons:
  1. 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

  2. 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

  3. The directory you specified isn't really a directory. Make sure that this is indeed a directory and not a file.