Page 1 of 1

Can't get it to work :(

Posted: 22 Sep 2007, 18:05
by Mint_Sauce
I've had an Imagevue gallery up and running for ages but recently it stopped working. Not sure if it was something I did or not but anyway.

I redownloaded imagevuex (latest version) and re-uploaded. The default test gallery etc worked fine so I went about putting my images up but now it doesn't work..

http://www.henleyb.com/gallery/index.php

Could it be something to do with my config.ini ?
Code
[GALLERY]

; 
; https://www.photo.gallery/documentation/?p=113

globalpath = false
contentfolder = false
singlelevel = true
folder = "www.henleyb.com/gallery/content/photos/photos/"
directimage = false
text = lang.ini
startheading = imageVue Gallery
startimage = startimage.jpg
swflayer = false
startimagekeep = false
imagearea = FFFFFF
startfx = blur
textcol = 34507A
bgcol = FFFFFF
barcol = false
menucol = bgcol,textcol
backimage = background.swf
backalign = M
sfx = true
audio = true
audiopath = mp3/
emptyaudio = mp3alt/
audiorepeat = 0
audioinit = true
startvolume = 70
audiostyle = linear
loopinterval = 30
audioextension = mp3
audioinfo = id3
foldersorting = na
imagesorting = dd
navigation = 1,1,1,0,1,0,0,1,0
controlsdefpos = 523,446,523,446
altnav = true
keycontrols = true
subbuttons = below
subbuttonsfilename = true
hideimage = true
imagenavigationpane = true
imageclicklink = thumbs
altimage = false
imagepopinfo = 1,1,0,0,0,0
imagerightclick = 1,1,1,1,0,0,1,1,1
shiftimageclicklink = popup
backrightclick = 1,1,1
tooltipcol = textcol,bgcol
transitions = shine
showfolderdescriptions = 0,0,0,1
descriptions = startopenifdescription
descriptionattributes = false
descriptionscol = bgcol,textcol
hideextension = true
showmenu = false
menuopen = false
dragmenu = false
startclick = true
imagenavidefpos = 680,25,auto,auto
motioninit = false
motionspeed = 1
thumbstart = true
thumbopenwin = slideshow
thumbrightclick = 1,1,1,1,1
shiftthumbclicklink = popup
thumbattribs = 0,0,0
thumbattribscol = bgcol,textcol
thumbpopinfo = 0,1,0,0,0,0
thumbattribpopinfo = 1,1,1,1,1
thumbfx = whitetint,100,3
thumbframe = false,false
lowrespopup = false
popupstyle = slideshow
popmargin = 10
popdisplay = 1,1,1,1,1,1
serverextension = php
slideshowpopupconfig = slideshowpopupconfig.ini
slideshowimagevueconfig = slideshowimagevueconfig.ini
sitemenu = false
configfile = 
popped =


[END]
All I want is for the vewer to show all my photos. Currently there is only one photo uploaded for testing purposes.

Thank for any help.

Posted: 23 Sep 2007, 00:24
by mjau-mjau
It's something with the folder setting - It works if you use a relative path instead of the absolute path. See:

http://www.henleyb.com/gallery/index.ph ... os/photos/

If you are using an absolute path, then I think you must use the "http://" suffix in front of the folder path.

Did you also know it works by leaving "folder=false"?
http://www.henleyb.com/gallery/index.php?folder=false
This is because you only have one gallery, and since you have set "showmenu=false" it will automatically find the first and only imagefolder in your content.

Posted: 23 Sep 2007, 11:07
by Mint_Sauce
mjau-mjau wrote:It's something with the folder setting - It works if you use a relative path instead of the absolute path. See:

http://www.henleyb.com/gallery/index.ph ... os/photos/

If you are using an absolute path, then I think you must use the "http://" suffix in front of the folder path.

Did you also know it works by leaving "folder=false"?
http://www.henleyb.com/gallery/index.php?folder=false
This is because you only have one gallery, and since you have set "showmenu=false" it will automatically find the first and only imagefolder in your content.
Thanks mjau-mjau, I couldn't figure out how to set it up in my config file, it just wouldn't work so now I'm just using the link you posted up to set it. Just so long as people use the link from my website and don't try and access it externally it will work fine.

If you do know what i'm doing wrong, please let me know though! :)

Thanks!

Posted: 24 Sep 2007, 00:51
by mjau-mjau
Mint_Sauce wrote:If you do know what i'm doing wrong, please let me know though! :)
I do know what you are doing wrong, I thought that was explained in my post.

You are using:
Code
folder = "www.henleyb.com/gallery/content/photos/photos/" 
It should be:
Code
folder = http://www.henleyb.com/gallery/content/photos/photos/
or even better, skip the absolute path:
Code
folder = content/photos/photos/
or since you only have one gallery folder, and showmenu = false:
Code
folder = false
Set any of these 3 codes in your config.ini