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
/printthread.php 16 require_once



UserSpice
Issues in Documentation Section - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Documentation (https://userspice.com/forums/forumdisplay.php?fid=30)
+--- Thread: Issues in Documentation Section (/showthread.php?tid=566)



Issues in Documentation Section - faguss - 05-19-2017

  • Code listings in pages Config, Cookie, Hash, Input, Redirect, Session and Validation are in a single line that goes off the screen.
  • Information in DB Class page is duplicated at the bottom.
  • Validation code is missing a closing bracket
  • Also replace
    Code:
    display_errors();
    with
    Code:
    echo $validation->display_errors();




Issues in Documentation Section - mudmin - 05-22-2017

Thanks for this. Noted. An update to wordpress broke that.

I'll push it out this week, hopefully. It's getting to be a busy time at work.