1

(3 replies, posted in PunBB 1.4 bug reports)

Visman wrote:

show lines 50 to 70 from file /include/parser.php

                if (strpos($text, '[ code ]') !== false && strpos($text, '[ /code ]') !== false)
                {
                        list($inside, $outside) = split_text($text, '[ code ]', '[ /code ]', $errors);
                        $text = implode("\x1", $outside);
                }

                // Tidy up lists
                $pattern_callback = '%\[list(?:=([1a*]))?+\]((?:(?>.*?(?=\[list(?:=[1a*])?+\]|\[/list\]))|(?R))*)\[/list\]%is';
                $text = preg_replace_callback($pattern_callback, function($matches, $errors) {
                    return preparse_list_tag($matches[2], $matches[1], $errors);
        }, $text);
                $text = str_replace('*'."\0".']', '*]', $text);

                if ($forum_config['o_make_links'] == '1')
                {
                        $text = do_clickable($text, defined('FORUM_SUPPORT_PCRE_UNICODE'));
                }

                // If we split up the message before we have to concatenate it together again (code tags)
                if (isset($inside))
                {

2

(3 replies, posted in PunBB 1.4 bug reports)

Please help me solve the problem, list tag does not work, php gives the following error.

Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 1 passed and exactly 2 expected in /var/www/html/include/parser.php:58 Stack trace: #0 [internal function]: {closure}(Array) #1 /var/www/html/include/parser.php(60): preg_replace_callback('%\\[list(?:=([1a...', Object(Closure), '\xD0\x9D\xD1\x83 \xD1\x87\xD1\x82\xD0\xBE \xD0\xB6\xD0...') #2 /var/www/html/post.php(179): preparse_bbcode('\xD0\x9D\xD1\x83 \xD1\x87\xD1\x82\xD0\xBE \xD0\xB6\xD0...', Array) #3 {main} thrown in /var/www/html/include/parser.php on line 58

3

(2 replies, posted in PunBB 1.4 bug reports)

Thanks, I  found out, I missed pun_jquery

4

(2 replies, posted in PunBB 1.4 bug reports)

Hello. I have the extension BBCode buttons  1.4.18, but when you click on them - nothing happens, please advise how to solve the problem? That is, the extension is installed, the buttons are displayed but when you click on them, they do not add bb code in the text message.

PunBB 1.4.6 PHP: 7.4

Thank you very much for the help.

I've found errors.

Warning: require(../extensions/pun_jquery/lang/English/lang.php): failed to open stream: No such file or directory in /var/www/html/admin/settings.php(1066) : eval()'d code on line 14

Fatal error: require(): Failed opening required '../extensions/pun_jquery/lang/English/lang.php' (include_path='.:/usr/share/php') in /var/www/html/admin/settings.php(1066) : eval()'d code on line 14

I have to remove Upload images to post 3.0.0.RC1 by hcs

but I can't do it cause it isn't installed. It was installed before before I change the server and import database.

When I am trying to delete it PHP error log says

Fatal error: Uncaught Error: Class 'Image_uploader_Module_Installer' not found in /var/www/html/admin/extensions.php(478) : eval()'d code:1 Stack trace: #0 /var/www/html/admin/extensions.php(478): eval() #1 {main} thrown in /var/www/html/admin/extensions.php(478) : eval()'d code on line 1

Can someone help me please how can I delete this extension?

6

(4 replies, posted in PunBB 1.4 bug reports)

I've added changes in php.ini to see the errors.

That what I have when I can't to change user group

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/html/include/functions.php on line 1818 Warning: session_start(): Cannot start session when headers already sent in /var/www/html/include/functions.php on line 63 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in /var/www/html/include/functions.php on line 68 Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/html/include/common.php on line 18 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/functions.php:1818) in /var/www/html/include/functions.php on line 217 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/functions.php:1818) in /var/www/html/include/functions.php on line 220 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/functions.php:1818) in /var/www/html/header.php on line 16 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/functions.php:1818) in /var/www/html/header.php on line 17 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/functions.php:1818) in /var/www/html/header.php on line 18 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/functions.php:1818) in /var/www/html/header.php on line 19 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/functions.php:1818) in /var/www/html/header.php on line 22

7

(4 replies, posted in PunBB 1.4 bug reports)

Can you please help me where can I find error log file? I am using Debian nginx + PHP 7.4

The features section in the administration panel does not open correctly, all pages in the administration section open without problems, but the administration-settings-features page opens without a forum header, without style, just text. How can I fix it please tell me.

If I disable extensions in config.php, then everything works fine. But if you manually disable all extensions - nothing changes.

thanks for the help

I can not change the user group if I have already changed it. On the user page, in the administration section, if I assign or change any group, then after that there is no window for changing the group, no window for deleting or blocking the user. A window appears only for setting sections for moderation.

Thanks for help!