Large Image Not Uploaded

This topic contains 1 reply, has 2 voices, and was last updated by  E2 4 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1462

    Anonymous

    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.

    #1463

    E2
    Member

    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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.