Issue when login with AuthenticationEventSubscriber

Hi,

I generated a project which I developed early this year, and now I am not allowed to log in. When I enter credentials, I am taken to a page with a message “D:\wamp64\www\sprpta\src\AuthenticationEventSubscriber.php(201): Call to undefined method PHPMaker2025\NewSPRPTASMS2025\AuthenticationEventSubscriber::terminate().“

How I can fix this issue?

Anuradha

You might have some old code calling $this->terminate() in User_LoggedIn/User_LoginError/User_LoggingIn server event, you may simply remove it.