View All ProductsRandom Products
Auto Anniversary GreeterIP.Board: IPB 3.2.x Price: $ 10.00 | Global MessagesIP.Board: IPB 3.2.x Price: $ 21.95 | Auto Birthday GreeterIP.Board: IPB 3.2.x Price: $ 10.00 | Videos SystemIP.Board: IPB 3.2.x Price: $ 29.95 | Moderator Action AlertIP.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)
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:
Replace With:
Find:
Replace With:
Save hooks/gms_*****.php file.
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.
1 user(s) are reading this issue
0 members, 1 guests, 0 anonymous users












