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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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 "/".... :)