Upgrade issues. 1.2 to 1.3.1 Upgrade issues. 1.2 to 1.3.1
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Upgrade issues. 1.2 to 1.3.1

Started by XBleed, August 04, 2004, 06:45:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

XBleed

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,

Joachim Müller

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

XBleed

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,

Joachim Müller

check phpinfo: what does $HTTP_SERVER_VARS['SCRIPT_NAME'] say?

GauGau

XBleed

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?

Joachim Müller

yes, it should say /gallery/filename.php
Do you have another var that has this content?

GauGau

XBleed

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..  :-[