Jump to content


View All ProductsRandom Products

Manage Settings

Moderator Action Alert



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

Calendar Topics



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

Videos System



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

Donation Tracker



IP.Board: IPB 3.2.x
Price: $ 35.00
Add Edit Custom Field

Collections System



IP.Board: IPB 3.2.x
Price: $ 30.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






0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users