2023-09-23, 10:42 PM
(This post was last modified: 2023-09-24, 02:12 PM by Wyvh. Edited 1 time in total.)
Hey there,
I'm getting the following error. I tried to restore everything to earlier today,
Fatal error: Uncaught Error: Call to undefined function log_login() in /home/rolu9551/public_html/inc/class_plugins.php:142 Stack trace: #0 /home/rolu9551/public_html/inc/datahandlers/login.php(299): pluginSystem->run_hooks(Array, Object(LoginDataHandler)) #1 /home/rolu9551/public_html/member.php(1814): LoginDataHandler->complete_login() #2 {main} thrown in /home/rolu9551/public_html/inc/class_plugins.php on line 142
This happens when I try to log-in.
Any idea?
Thanks.
I can't get to fix it. Shall I reinstall it all?
Problem solved. There was a hook in a custom plugin that was either invalid or unused, thus apparently making this happen.
I'm getting the following error. I tried to restore everything to earlier today,
Fatal error: Uncaught Error: Call to undefined function log_login() in /home/rolu9551/public_html/inc/class_plugins.php:142 Stack trace: #0 /home/rolu9551/public_html/inc/datahandlers/login.php(299): pluginSystem->run_hooks(Array, Object(LoginDataHandler)) #1 /home/rolu9551/public_html/member.php(1814): LoginDataHandler->complete_login() #2 {main} thrown in /home/rolu9551/public_html/inc/class_plugins.php on line 142
This happens when I try to log-in.
Any idea?
Thanks.
I can't get to fix it. Shall I reinstall it all?
Problem solved. There was a hook in a custom plugin that was either invalid or unused, thus apparently making this happen.