Advanced search  

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]

Pages: [1]   Go Down

Author Topic: register problem the 2nd  (Read 8914 times)

0 Members and 1 Guest are viewing this topic.

carlo1

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
register problem the 2nd
« on: November 24, 2005, 04:12:10 pm »

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/
« Last Edit: November 24, 2005, 05:51:11 pm by GauGau »
Logged

Nibbler

  • Guest
Re: register problem the 2nd
« Reply #1 on: November 24, 2005, 05:32:34 pm »

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

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

and change to

Code: [Select]
// 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]
Logged

carlo1

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Re: register problem the 2nd
« Reply #2 on: November 24, 2005, 05:41:11 pm »

perfect, no it works all fine.

thank you very much
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.