The following warnings occurred: | ||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Status Update 020-021 - 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: Status Update 020-021 (/showthread.php?tid=768) Pages:
1
2
|
Status Update 020-021 - Brandin - 09-23-2017 Before you push: the logger when you add a user is not working either...can you check what is stopping it? Status Update 020-021 - mudmin - 09-23-2017 Sure. I'll take a look at that. I use the search project all the time. I need to figure out how to blacklist the src folder because nearly everything I search for is in there and it gets in the way. Status Update 020-021 - mudmin - 09-23-2017 I took out stripe, company, and a few other ones. I'll take a look. Status Update 020-021 - Brandin - 09-23-2017 The logger is fine sorry - our timezones are different so it screws up where my logs show! Do you mean ignore the src folder on gits? Status Update 020-021 - Brandin - 09-23-2017 And the validation messages are not shown on admin_users.php. Status Update 020-021 - Brandin - 09-23-2017 For my own note: I need to add a logger when a user changes password via forgot_password. Check loggers on registration and vericode like myDash. Let me know when you do your next push. Status Update 020-021 - mudmin - 09-23-2017 I didn't mean to ignore src. I gotta look at that. Hmm. Not sure about admin_users. Any ideas? Status Update 020-021 - Brandin - 09-23-2017 Call the validation block after the errors and successes block: <?=$validation->display_errors();?> Status Update 020-021 - mudmin - 09-23-2017 Ok. Cool. I'll take a look. Status Update 020-021 - mudmin - 09-23-2017 I just pushed. Explaining in a new post. |