register problem the 2nd register problem the 2nd
 

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 problem the 2nd

Started by carlo1, November 24, 2005, 04:12:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

carlo1

i already integrated phpbb 2.018 and it works fine. my problem is, when i click on the register button in the gallery it will come a 404 error. what is wrong?
if i go to my board and register there, it works fine and i can use this name also in the gallery.

i think it is only a little problem. please help.
sorry for my bad english.

thank you.

you can see me gallery here http://hoelzlmani.pytalhost.de/cpg141/

Nibbler

Please make the following correction in bridge/phpbb2018.inc.php, find:


// Pages to redirect to
$this->page = array(
'register' => '/ucp.php?mode=register',
'editusers' => '/memberlist.php',
'edituserprofile' => "/memberlist.php?mode=viewprofile&u=",
);


and change to


// Pages to redirect to
$this->page = array(
'register' => '/profile.php?mode=register',
'editusers' => '/memberlist.php',
'edituserprofile' => "/profile.php?mode=viewprofile&u=",
);


[Fix comitted to cvs]

carlo1

perfect, no it works all fine.

thank you very much