I have mentioned a problem here before. It is about a large forum site. Now I will mention 2 things.
First. Normally the database size is over 8 GiB, now it is 7.4 GiB. The size of the posts table has decreased. But there is no change in "Number of posts", even after synchronizing. Will this happen after a database software change? Mariadb 10.6 to Mysql 8.
Second. This error occurs very often in error_log.
Code: Select all
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_type" in /home/aname/public_html/forums/phpbb/auth/auth.php on line 424
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_type" in /home/aname/public_html/forums/includes/functions.php on line 3978
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_type" in /home/aname/public_html/forums/phpbb/notification/method/board.php on line 147
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_form_salt" in /home/aname/public_html/forums/includes/functions.php on line 2014
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_form_salt" in /home/aname/public_html/forums/includes/functions.php on line 2043
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "avatar" in /home/aname/public_html/forums/includes/functions.php on line 3723
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "avatar_width" in /home/aname/public_html/forums/includes/functions.php on line 3724
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "avatar_height" in /home/aname/public_html/forums/includes/functions.php on line 3725
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "avatar_type" in /home/aname/public_html/forums/includes/functions.php on line 3730
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "username" in /home/aname/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_colour" in /home/aname/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "username" in /home/aname/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_colour" in /home/aname/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_new_privmsg" in /home/aname/public_html/forums/includes/functions.php on line 4039
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_unread_privmsg" in /home/aname/public_html/forums/includes/functions.php on line 4040
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_new" in /home/aname/public_html/forums/includes/functions.php on line 4041
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "username" in /home/aname/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_colour" in /home/aname/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_perm_from" in /home/aname/public_html/forums/includes/functions.php on line 4078
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "username" in /home/aname/public_html/forums/includes/functions.php on line 4088
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_options" in /home/aname/public_html/forums/phpbb/user.php on line 780
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_type" in /home/aname/public_html/forums/ext/phpbb/webpushnotifications/event/listener.php on line 345
[26-Jan-2025 12:19:01 UTC] PHP Warning: Undefined array key "user_form_salt" in /home/aname/public_html/forums/ext/phpbb/webpushnotifications/form/form_helper.php on line 56
[26-Jan-2025 12:19:01 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/aname/public_html/forums/includes/functions.php:3076) in /home/aname/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 12:19:01 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/aname/public_html/forums/includes/functions.php:3076) in /home/aname/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 12:19:01 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/aname/public_html/forums/includes/functions.php:3076) in /home/aname/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 12:19:01 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/aname/public_html/forums/includes/functions.php:3076) in /home/aname/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 12:19:01 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/aname/public_html/forums/includes/functions.php:3076) in /home/aname/public_html/forums/includes/functions.php on line 4191
Thank you.