Error logging in and php warning

This forum is for feedback about the website and board,
Locked
User avatar
danieltj
Customisations
Customisations
Posts: 46
Joined: Thu May 23, 2024 3:40 pm
Name: Daniel James

checkmark Error logging in and php warning

Post 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
Last edited by danieltj on Sun Jul 21, 2024 9:44 pm, edited 1 time in total.
Reason: Fixed
User avatar
bonelifer
Administrator
Administrator
Posts: 107
Joined: Sat May 18, 2024 4:13 am
Name: William
GitHub: https://github.com/bonelifer

Re: Error logging in and php warning

Post 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.
phpBB Modders is looking for developers! If you have phpBB experience and want to join us, click here!
User avatar
Kailey
Administrator
Administrator
Posts: 42
Joined: Sat May 18, 2024 4:11 am
Name: Kailey Snay

Re: Error logging in and php warning

Post by Kailey »

This should be fixed. There's some beautification that needs to be done, but it should functionally work.
Locked