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

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

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