coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: XBleed on August 04, 2004, 06:45:31 PM

Title: Upgrade issues. 1.2 to 1.3.1
Post by: XBleed on August 04, 2004, 06:45:31 PM
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,
Title: Re: Upgrade issues. 1.2 to 1.3.1
Post by: Joachim Müller on August 05, 2004, 07:59:59 AM
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
Title: Re: Upgrade issues. 1.2 to 1.3.1
Post by: XBleed on August 05, 2004, 03:50:43 PM
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,
Title: Re: Upgrade issues. 1.2 to 1.3.1
Post by: Joachim Müller on August 05, 2004, 06:50:35 PM
check phpinfo: what does $HTTP_SERVER_VARS['SCRIPT_NAME'] say?

GauGau
Title: Re: Upgrade issues. 1.2 to 1.3.1
Post by: XBleed on August 06, 2004, 01:36:49 AM
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?
Title: Re: Upgrade issues. 1.2 to 1.3.1
Post by: Joachim Müller 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
Title: Re: Upgrade issues. 1.2 to 1.3.1
Post by: XBleed on August 06, 2004, 07:38:05 PM
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..  :-[