The following warnings occurred: | ||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Hide links to users - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28) +--- Forum: Off-topic Discussions (https://userspice.com/forums/forumdisplay.php?fid=10) +--- Thread: Hide links to users (/showthread.php?tid=688) |
Hide links to users - mudmin - 08-27-2017 Awesome. Thanks @Brandin for sticking with this and thanks @dormido for sticking with us! Hide links to users - Brandin - 08-27-2017 Just to give you info on WHY this happened. In those two files I mentioned you called, before the actual content of the table, you must be running some type of DB query, and it is causing it to break since we never actually pulled the data, just defined the variable. If you run into this again, just try moving your query to be the first thing before your foreach if possible. Hide links to users - dormido - 08-27-2017 Thanks to all the Userspice team. I love userspice. |