The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Redirect before logger
#1
h@,
join.php, rows 265-267: *lines edited*

Code:
Redirect::to($us_url_root.'users/joinThankYou.php');
Code:
if($act==1) logger($theNewId,"User","Registration completed and verification email sent.");
Code:
if($act==0) logger($theNewId,"User","Registration completed.");

Thus registration is not logged.
I changed to:

Code:
if($act==1) logger($theNewId,"User","Registration completed and verification email sent.");
Code:
if($act==0) logger($theNewId,"User","Registration completed.");
Code:
Redirect::to($us_url_root.'users/joinThankYou.php');


and registration is logged.
bra
  Reply
#2
Thanks for this!
  Reply
#3
With pleasure. Thanks for your app!
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)