e2interactive forums » (E)2 Photo Gallery FAQ

Search:

Problems uploading images

(6 posts)

  1. Take a look here:
    http://www.garderobeprat.com/gallery/uploader/
    (admin/summer)

    What is the problem with my config.php?

    Sorry for my bad english...

    Posted 1 month ago #
  2. What do you have set for your images and thumbs paths? There doens't seem to be anything wrong with your uploader section.

    Posted 1 month ago #
  3. <?php
    //Define the folder where your photos will be placed on you server.
    //Relative to the path you place the galery index.php
    $gallerypath="/gallery/images"; //EX. images or ../gallery/images no trailing slash needed
    $thumbpath="/gallery/imagethumbs"; //EX. images or ../gallery/images no trailing slash needed
    $transitionspeed="500"; //How fast you want the animations to render
    $fadespeed="300"; //How fast you want the photos to fade in and out
    $users[0]="admin"; //Username for accessing image uploader
    $passw[0]="summer"; //Password to access image uploader
    ?>

    Posted 1 month ago #
  4. So this is what I see on your index.php page:

    Warning:  is_dir() [function.is-dir]: open_basedir restriction in effect.
    File(/gallery/images) is not within the allowed path(s):
     (/var/www/vhosts/garderobeprat.com/httpdocs:/tmp)
    in /var/www/vhosts/garderobeprat.com/httpdocs/gallery/getfolders.php on line 8
    Path is not a directory:  /gallery/images
    Posted 1 month ago #
  5. May "httpdocs" be the problem? Should not this be before the garderobeprat.com domain?

    Posted 1 month ago #
  6. I just found this error on your page when I viewed the source, it could be that your hosting company doesn't allow the function is_dir() and that is why you are getting this error message.

    Posted 1 month ago #

RSS feed for this topic

Reply

You must log in to post.