e2interactive forums » Sample of (E)2 Photo Gallery

Search:

Error: Destination directory can't be created. Can't carry on a process

(11 posts)

Tags:


  1. myblue
    Member

    Hello, I am trying to install their gallery, I am facing a major problem.
    I am putting CHMOD folders and imagethumbs images, and not to upload, I have this message for error:
    Error: Destination directory can not be created. Can not carry on the process

    What should I do?

    Link Gallery:
    Http://www.etreina.com/e2/

    User: admin
    Password: 123456

    Thanks

    Posted 6 months ago #
  2. Set your Image Folders Location to be ../images/ and you Thumbnail Folder Location to be ../imagethumbs/

    Posted 6 months ago #
  3. myblue
    Member

    Still not satisfied ... Still giving the same mistake at the time to create ...

    Now did the next, took the images and imagethumbs outside of the folder index.php

    Http://www.etreina.com/e2/galeria/

    The folders and images imagethumbs are in http://www.etreina.com/e2/images/
    Http://www.etreina.com/e2/imagethumbs

    The config.php is well

    <? PHP
    / / Set the folder where your photos will be placed on you server.
    / / Relative to the path you place the galery index.php
    $ Gallerypath ="../ images / "/ / EX. .. Or images / gallery / images in the trailing slash needed
    $ Thumbpath ="../ imagethumbs / "/ / EX. .. Or images / gallery / images in the trailing slash needed
    $ Transitionspeed = "500" / / How fast you want to render the animations
    $ Fadespeed = "300" / / How fast you want the photos to fade in and out
    $ Users [0] = "admin" / / Login for accessing image uploader
    $ Passw [0 123456 "/ / Password to access image uploader
    ?>

    What I am wrong, it must be something very simple that I fail to understand.

    Thanks

    Posted 6 months ago #
  4. You don't need to modify the config.php file besides the users and pass.

    When you are on http://www.etreina.com/e2/galeria/uploader/ and logged in, the path for the images and thumbnails need to be uploaded are../images/ and ../imagethumbs/

    I tested it and had no problem uploading photos to the gallery

    Posted 6 months ago #
  5. myblue
    Member

    It was as spoken ... Wrong is something very simple ...

    Thank you E2.

    Not wanting to abuse their good will, how do I enter information in the pictures, when you click the "i" appears in the gallery.

    Thanks

    Posted 6 months ago #
  6. The picture info is grabbed from the Meta/IPTC data of the big image, you can add it by downloading you resized images through ftp and then opening them in photoshop or most photo editing software where you can add to the IPTC title, description, author, and copyright information. then reupload them through ftp and they'll show up in the gallery.

    Posted 6 months ago #
  7. myblue
    Member

    Have done ... Hehehhe ... Thanks ...

    Now I will try to implement something different in the E2 ...

    Is it hard to ask for it when you upload a large image, it automatically insert a logo on the top?
    It laguma the idea of how could make this implementation?

    Thanks

    Posted 6 months ago #
  8. myblue
    Member

    Below a link that explains how could do that ...

    Http://www.webly.com.br/tutorial/php/10026/classe-para-criacao-de-marca-d39gua-em-imagem.htm

    The problem is knowing where I embed these rules in the code of E2 ... And how automaticament for all "crop" that has the E2.

    Do you have any idea of how to do this?

    Thanks.

    Posted 6 months ago #
  9. The current uploader can add the ability to put a watermark on your image when uploaded. Open up the uploader/index.php file and find the following code:

    $handle->image_resize        = true;
    $handle->image_ratio          = true;
    $handle->image_y                = 600;
    $handle->image_x                = 600;
    $handle->jpeg_quality         = 95;

    add this to it:

    $handle->image_resize        = true;
    $handle->image_ratio          = true;
    $handle->image_y                = 600;
    $handle->image_x                = 600;
    $handle->jpeg_quality         = 95;
    $foo->image_watermark     = 'rsrc/watermark.png';
    //be sure to upload a watermark.png file into the uploader/rsrc/ folder or this won't work.
    Posted 6 months ago #
  10. myblue
    Member

    Hello E2 ... I made the changes you said, more still not satisfied the mark dda water, is there any further amendment.

    I await on. I made two test, the first placing. PNG as you say watermark.png and then put as stamp, and even then, not satisfied.
    What will that I am wrong? Have any further amendment should I do?

    Thanks

    Posted 6 months ago #
  11. What are satisfactory results? Not sure what you want it to be or look like.

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.