I'm trying to install the gallery in a shared godaddy web hosting environment. I keep getting: "Cannot open directory". No matter what I put in the config file, it never can open the image directory.
This is a windows server, I have set the permission to read / write and added an .htaccess file. I’m not sure if I am doing something wrong or if godaddy restricts the ls_dir command.
In the config file, I have tried:
$gallerypath="images";
$gallerypath="./images";
$gallerypath="../images";
$gallerypath=".\images";
$gallerypath="..\images";
$gallerypath="d:\hosting\wwiggins\photogallery\e2_photo_gallery_full\images";
I have the image directory in the parent dir and the current dir. Any help would be great.
