1 (edited by hirohirosam 2020.07.16 12:49)

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

Кто-нибудь, пожалуйста, помогите мне решить?

2

Re: Проблема с parser.php в PHP 7.2

@hirohirosam, что за тег такой?

3 (edited by hirohirosam 2020.07.16 12:52)

Re: Проблема с parser.php в PHP 7.2

Извините, я использую переводчик Google, тег list. PunBB_INFO_ICQ/pardon

4

Re: Проблема с parser.php в PHP 7.2

Пожалуйста скиньте ссылку на расширение

1

5

Re: Проблема с parser.php в PHP 7.2

Я не понял, вы могли бы упростить? PunBB_INFO_ICQ/blush

6

Re: Проблема с parser.php в PHP 7.2

Can you share me link where you found the extension. Thx

7

Re: Проблема с parser.php в PHP 7.2

Isn't the problem with the file parser? When I try to post the tag list a blank page is shown after submitting the form.

e.g.

When I write this and try to post I am redirected to a blank page

[list][*]Example list item 1.[/*][*]Example list item 2.[/*][*]Example list item 3.[/*][/list]

8

Re: Проблема с parser.php в PHP 7.2

The parser.php file in PanBB 1.4.5 has a lot of bugs.

9

Re: Проблема с parser.php в PHP 7.2

@hirohirosam, try use parser from http://punbb.informer.com/forums/post/158482/#p158482

1

10

Re: Проблема с parser.php в PHP 7.2

It's working now, спасибо! PunBB_INFO_ICQ/thumbsup