Bug: Login bug if user with id 1 does not exist
-
I’ve got some type of error when I changed my User ID from 1 to something else. So this makes my login page to stop working. After deactivating the plugin the manual way it works again.
Here’s some lines from my consol:
PHP message: PHP Notice: Trying to get property of non-object in [...]/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 680 PHP message: PHP Notice: Undefined offset: 0 in [...]/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 948 PHP message: PHP Notice: Trying to get property of non-object in [...]/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 948 PHP message: PHP Notice: Trying to get property of non-object in [...]/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 680 PHP message: PHP Notice: Undefined index: phpbb3_nxsmo_u in [...]/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 120 PHP message: PHP Notice: Undefined index: phpbb3_nxsmo_k in [...]/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 36 PHP message: PHP Notice: Undefined index: phpbb3_nxsmo_sid in [...]/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 36 PHP message: PHP Notice: Undefined index: phpbb3_nxsmo_u in [...]/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 36 PHP message: PHP Notice: Undefined index: phpbb3_nxsmo_k in [...]/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 40 PHP message: PHP Notice: Undefined index: phpbb3_nxsmo_u in [...]/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 41 PHP message: PHP Notice: Undefined index: phpbb3_nxsmo_sid in [...]/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 42
I only chaned my Id from 1 to some other number.
EDIT: The login-page redirects me to the home url without ever logging in my user.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Bug: Login bug if user with id 1 does not exist’ is closed to new replies.