/inc/login.php
define('ROSTERLOGIN_ADMIN',3);
$phpbb_root_path = "/var/kunden/webs/Borschti/";
Group id`s in Addon settings
g=?? and only group number tested
When ich change login to PhpBB all looks good there´s an input field for Username and Password but no loggin.
I checked this with 3 PhpBB accounts.
Sorry for my bad english!
- Code: Select all
addons/phpBB_login/inc/login.php
66 0.0001 SELECT `account_id`, `name` FROM `roster_account`;
Array(
0 => Array(
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'roster_account',
'type' => 'ALL',
'possible_keys' => Null,
'key' => Null,
'key_len' => Null,
'ref' => Null,
'rows' => 3,
'Extra' => ''
),
1 => False
);
238 0.0002 SELECT * FROM `roster_account` WHERE `account_id` = '3';
Array(
0 => Array(
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'roster_account',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => 2,
'ref' => 'const',
'rows' => 1,
'Extra' => ''
),
1 => False
);