Hello!
Can you help me, i dont know what problem in my site gallery
http://magicspika.com/gallery/
login 123
pass 123
When i upload photo, i see thisw warning:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home:/tmp) in /home/spika/public_html/gallery/uploader/class.upload.php on line 2018
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home:/tmp) in /home/spika/public_html/gallery/uploader/class.upload.php on line 1814
And after that photos not upload, i dont know whot i must do. Please help, becouse this gallery very good and i wont install at my site. Can you see what problams i have.
Congif.php is
<?php
//Define the folder where your photos will be placed on you server.
//Relative to the path you place the galery index.php
$gallerypath="../images"; //EX. images or ../gallery/images no trailing slash needed
$thumbpath="../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]="123"; //Username for accessing image uploader
$passw[0]="123"; //Password to access image uploader
?>
