MyBB Community Forums

Full Version: Warning under PHP8.x in printthread.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
on threads with multiple pages:

Quote:Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.6 (Linux)
$lang->load("archive");

is missing in printthread.php Wink
Template printthread_multipage contains two language variables, one is loaded, the other unnecessary

<div class="multipage">{$lang->pages} <strong>{$lang->archive_pages}</strong> {$mppage}</div>