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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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