Topic: Проблема с parser.php в PHP 7.2
У меня проблемы с тегом [list], после проверки журнала с ошибками сервера они вернули следующий результат.
2020/07/16 06:08:51 [error] 705#705: *458367 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 1 passed and exactly 2 expected in /var/www/website1/include/parser.php:61
Stack trace:
#0 [internal function]: {closure}(Array)
#1 /var/www/website1/include/parser.php(64): preg_replace_callback('%\\[list(?:=([1a...', Object(Closure), '[list][*]Exampl...')
#2 /var/www/website1/post.php(179): preparse_bbcode('[list][*]Exampl...', Array)
#3 {main}
thrown in /var/www/website1/include/parser.php on line 61" while reading response header from upstream, client: 127.0.0.1, server: [myadress], request: "POST /post.php?tid=1177 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock:", host: "[myadress]", referrer: "http://[myadress]/viewtopic.php?pid=5970"
Я использую PanBB версии 1.4.5
Кто-нибудь, пожалуйста, помогите мне решить?