Topic: Error with change user grup.

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!

Re: Error with change user grup.

On the server, open the error log (in the control panel or the file error.log, php_error.log and similar) and show your errors.

If you are using php 7.3+ or mysql 8+ then you should probably switch to my punbb version https://punbb.informer.com/forums/post/158390/#p158390
Or make the changes you need to your code manually (all commits on GitHub).
Note: If you use additional bb codes in the form of extensions, then they may not work on my version, since there are changes in the parser relative to the original punbb 1.4.4.

ForkBB
I speak only Russian  :P

Re: Error with change user grup.

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

Re: Error with change user grup.

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

Re: Error with change user grup.

https://punbb.informer.com/forums/post/158401/#p158401
Make at least the changes prescribed in the first two paragraphs:
1. Fix warning for continue in PHP 7.3
2. Fix for PHP 7.4

ForkBB
I speak only Russian  :P