The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Fatal Error: - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Fatal Error: (/showthread.php?tid=984) |
Fatal Error: - medtrans - 02-28-2018 I am receiving a fatal error when resetting password from the email link. I received the screen to enter new password, upon submit I get the following: Fatal Error: Uncaught Error: Call to a member function data() on null in /path to/forgot_password_reset.php:63 Stack trace:#0{main} thrown in /path to /forgot_password_reset.php on line 63 Any ideas? Thanks Fatal Error: - mudmin - 02-28-2018 I think @brandin is working on a fix for this. It was a goof in the last update...I think. I'm asking him now. Fatal Error: - Brandin - 02-28-2018 This was patched in a patch we released on Discord-to be released in Version 4.3.15 when we put it out (hopefully later this week). Easy fix is change the line with $verify->data()->id to $ruser. Brandin. Fatal Error: - medtrans - 02-28-2018 Thanks Guys! |