The error happens in the uploader for both the large image and thumbnail.
I set the config.php parameters as follows:
$gallerypath="../images/";
$thumbpath="../imagethumbs/";
I tried setting absolute paths as well.
In class.upload.php I altered the line of code that shows the error as follows:
$this->error = _("Destination directory " . $gallerypath . " " . $this->file_dst_path . " can't be made writeable. Can't carry on a process");
The error that gets produced is:
Error: Destination directory \ can't be made writeable. Can't carry on a process
I don't know PHP well enough to troubleshoot further.
I'm running IIS 5.1 and the problem happens in both Firefox and IE.
