Jump to content


View All ProductsRandom Products

Example PM

Auto Anniversary Greeter



IP.Board: IPB 3.2.x
Price: $ 10.00
Add Edit Custom Page

Global Messages



IP.Board: IPB 3.2.x
Price: $ 21.95
Birthday PM

Auto Birthday Greeter



IP.Board: IPB 3.2.x
Price: $ 10.00
Recent Comments

Videos System



IP.Board: IPB 3.2.x
Price: $ 29.95
Manage Settings

Moderator Action Alert



IP.Board: IPB 3.2.x
Price: $ 15.00

Issue information

  • #000147

  • 0 - None Assigned

  • Fixed

  • 2.0.0

  • 2.0.1


Issue Confirmations

  • Yes (0)No (0)
Photo

Sign in and register page

Posted by Michael on 28 October 2009 - 03:59 AM

Sign in and register page not working. Either due to a recent change in IPB3 or existed since IPB3 upgrade.

Manual Fix

Open hooks/gms_*****.php file.

Find:
$page[] = array('app' => 'members', 'module' => 'global', 'section' => 'register', 'page' => 'register_page', 'num' => '8');

Replace With:
$page[] = array('app' => 'core', 'module' => 'global', 'section' => 'register', 'page' => 'register_page', 'num' => '8');

Find:
$page[] = array('app' => 'members', 'module' => 'global', 'section' => 'login', 'page' => 'login_page', 'num' => '11');

Replace With:
$page[] = array('app' => 'core', 'module' => 'global', 'section' => 'login', 'page' => 'login_page', 'num' => '11');

Save hooks/gms_*****.php file.

Updating status to: Fixed
Issue fixed in: 2.0.1






1 user(s) are reading this issue

0 members, 1 guests, 0 anonymous users