coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: alabel on April 14, 2005, 02:32:38 PM

Title: register link not working...
Post by: alabel on April 14, 2005, 02:32:38 PM
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
Title: Re: register link not working...
Post by: Nibbler on April 14, 2005, 02:34:21 PM
$cpg_path = '/photogallery/'; ;)

Same goes for the web path in the bridge file itself.
Title: Re: register link not working...
Post by: alabel on April 14, 2005, 08:11:24 PM
Thanks for your quick reply.  :)
I made the changes you suggested and I am still getting the same error  :-\\

Please help
Title: Re: register link not working...
Post by: alabel on April 14, 2005, 08:17:50 PM
Once again, Thank you...I got it to work!...heu...I was missing a "/".... :)