Page 1 of 1

Error logging in and php warning

Posted: Wed May 29, 2024 7:45 am
by danieltj
When I try to login on the homepage of the site (the portal page) and enter my details in the login box, I get taken to the main login page and an error appears saying I submitted an invalid form.

I also get a php warning at the top of the page that says the following:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/phpbb/teamsecurity/event/listener.php on line 188: Undefined array key "user_row"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/phpbb/teamsecurity/event/listener.php on line 188: Trying to access array offset on null
[phpBB Debug] PHP Warning: in file [ROOT]/ext/phpbb/teamsecurity/event/listener.php on line 190: Undefined array key "user_row"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/phpbb/teamsecurity/event/listener.php on line 190: Trying to access array offset on null
[phpBB Debug] PHP Warning: in file [ROOT]/ext/phpbb/teamsecurity/event/listener.php on line 190: Undefined array key "user_row"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/phpbb/teamsecurity/event/listener.php on line 190: Trying to access array offset on null

Re: Error logging in and php warning

Posted: Wed May 29, 2024 7:56 am
by bonelifer
Known issue. Kailey's busy the next few days. The second error is from the teamsecurity extension and should go away once the login issue is resolved.

Re: Error logging in and php warning

Posted: Fri Jun 07, 2024 1:38 am
by Kailey
This should be fixed. There's some beautification that needs to be done, but it should functionally work.