e2interactive forums » Sample of (E)2 Photo Gallery

Search:

Large Image Not Uploaded

(2 posts)

  1. dtburdick
    Member

    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.

    Posted 2 months ago #
  2. the $gallerypath and $thumbpath do not effect the uploader, that is for the gallery. In the uploader you type out the path you'd like to upload your images too. if you have the default set up then try

    ../images/ for your images folder

    ../imagethumbs/` for your thumbnails folder

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.