register link not working... register link not working...
 

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

register link not working...

Started by alabel, April 14, 2005, 02:32:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alabel

I am trying to move from gallery to cpg because of so many features that it offers. Everything is great except for the link for login in or out...I get a "cannot find page error"
my forum is at http://haitinetradio.com/v-web/bulletin/bb
my newly installed gallery is at http://haitinetradio.com/photogallery
test user account info:
username: test1
password: test2

my cpg_dir file goes as follow:

<?php
if (!$_SERVER['HTTP_HOST']) {
  $cpg_host=$HTTP_SERVER_VARS['HTTP_HOST'];
} else {
  $cpg_host=$_SERVER['HTTP_HOST'];
}
$cpg_path='/home/haitinet/public_html/photogallery';
header("Location: http://".$cpg_host.$cpg_path);
exit;
?>.


Please help...


Thank You

Nibbler

$cpg_path = '/photogallery/'; ;)

Same goes for the web path in the bridge file itself.

alabel

Thanks for your quick reply.  :)
I made the changes you suggested and I am still getting the same error  :-\\

Please help

alabel

Once again, Thank you...I got it to work!...heu...I was missing a "/".... :)