Simba, Первые ласточки строгой типизации
Fatal error: (+/-)
$last_post_date = $systemUser->rights >= 7 ? $res['mod_last_post_date'] : $res['last_post_date'];
echo '<div class="sub">' . $res['user_name'] . ($post_count > 1 ? ' / ' . $last_author : '') .
' <span class="gray">(' . $tools->displayDate($last_post_date) . ')</span><br />' . //Uncaught TypeError: Argument 1 passed to Johncms\Utility\Tools::displayDate() must be of the type integer, string given, called in /home/ua0sqq/domains/next.l/forum/includes/new.php on line 198Добавлено: 24.10.2019 / 21:03
Форум поиск /forum/search.php line 82
// Проверям на ошибки
//$error = $search && mb_strlen($search) < 4 || mb_strlen($search) > 64 ? true : false; // Uncaught TypeError: mb_strlen() expects parameter 1 to be string, boolean given in
$error = $search && (mb_strlen($search) < 4 || mb_strlen($search) > 64) ? true : false;