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...
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...
What do you have set for your images and thumbs paths? There doens't seem to be anything wrong with your uploader section.
<?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
?>
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/imagesMay "httpdocs" be the problem? Should not this be before the garderobeprat.com domain?
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.
You must log in to post.