2024-05-04, 08:47 AM
If guests are allowed to write, there are some warnings under PHP8(.3) when the preview function is used
five pieces for you:
Warning [2] Undefined array key "userusername" - Line: 121 - File: inc/functions_post.php PHP 8.3.6 (Linux)
Warning [2] Undefined array key "userusername" - Line: 131 - File: inc/functions_post.php PHP 8.3.6 (Linux)
Warning [2] Undefined array key "uid" - Line: 182 - File: inc/functions_post.php PHP 8.3.6 (Linux)
Warning [2] Undefined array key "usergroup" - Line: 186 - File: inc/functions_post.php PHP 8.3.6 (Linux)
Warning [2] Undefined array key "usergroup" - Line: 200 - File: inc/functions_post.php PHP 8.3.6 (Linux)
two more, if guests can open a new thread
Warning [2] Undefined variable $pollbox - Line: 37 - File: newthread.php(1171) : eval()'d code PHP 8.3.6 (Linux)
Warning [2] Undefined array key "attachments" - Line: 163 - File: newthread.php PHP 8.3.6 (Linux)
five pieces for you:
Warning [2] Undefined array key "userusername" - Line: 121 - File: inc/functions_post.php PHP 8.3.6 (Linux)
Warning [2] Undefined array key "userusername" - Line: 131 - File: inc/functions_post.php PHP 8.3.6 (Linux)
Warning [2] Undefined array key "uid" - Line: 182 - File: inc/functions_post.php PHP 8.3.6 (Linux)
Warning [2] Undefined array key "usergroup" - Line: 186 - File: inc/functions_post.php PHP 8.3.6 (Linux)
Warning [2] Undefined array key "usergroup" - Line: 200 - File: inc/functions_post.php PHP 8.3.6 (Linux)
two more, if guests can open a new thread
Warning [2] Undefined variable $pollbox - Line: 37 - File: newthread.php(1171) : eval()'d code PHP 8.3.6 (Linux)
Warning [2] Undefined array key "attachments" - Line: 163 - File: newthread.php PHP 8.3.6 (Linux)