Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


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