Hey, everything seems to be working fine except for loging in/out of the gallery.
For some reason it adds forward slashes around "gallery"
For example, http://www.site.com/gallery/logout.php?referer=/gallery/
Shouldin't it be: referer=gallery ??
Now, in theory it should work, I assume.. but clicking on it takes you to a "Not found" page and up in the URL it looks like:
/logout.php?referer=%fgallery%f
I assume it's just a setting somewhere, but I haven't been able to find it at all.
Thanks,
post a link and test account (non-admin). What did you set for "Target address for the 'See more pictures' link in e-cards" in coppermine config? It needs to be http://yourdomain.tld/your_coppermine_folder/, nothing else.
GauGau
Sure thing.
Forums URL, http://www.bleedzao.com/index.php?act=idx
Gallery URL, http://www.bleedzao.com/gallery/index.php
Test account,
User: test
Pass: test
My target address for 'link in e-cards' is set correctly.
Also, I don have it integrated, but I don't think that it's an issue. When I unintegrate it (add the forward slashes back in init.inc.php) it still gives me the same issue.
Thanks,
check phpinfo: what does $HTTP_SERVER_VARS['SCRIPT_NAME'] say?
GauGau
Quote from: GauGau on August 05, 2004, 06:50:35 PM
check phpinfo: what does $HTTP_SERVER_VARS['SCRIPT_NAME'] say?
GauGau
It says "/gallery/" I guess that's my problem, eh? ;)
Any idea where to fix that?
yes, it should say /gallery/filename.php
Do you have another var that has this content?
GauGau
Quote from: GauGau on August 06, 2004, 06:59:01 AM
yes, it should say /gallery/filename.php
Do you have another var that has this content?
GauGau
Oh, that's what it did say. I just thought I'd take out the filename.php part cause it was only temporary.. er, I don't know what I was thinking when I didn't include that.. :-[