A Few Warning

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
User avatar
halil16
Registered User
Posts: 1504
Joined: Fri Jul 24, 2020 11:30 pm
Location: Turkiye
Name: Halil

A Few Warning

Post by halil16 »

Hi,
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
I have updated all phpBB files with the method here. But nothing has changed. Where should I look? I have been getting 503 errors a lot lately. Could this be the cause?

Thank you.
User avatar
invenio
Registered User
Posts: 465
Joined: Wed Dec 09, 2015 1:45 pm
Location: New Hampshire, USA

Re: A Few Warning

Post by invenio »

Not an expert but I think the database size change could be normal with a conversion. I think databases can become fragmented or even have empty spaces in them over time and when you created a new database that was optimized. You mention that all the posts are still there so sounds like it was complete. I've never used one but I do believe they have database comparison tools to identify database entry differences,... you can try one of those to make sure nothing is missing between the two databases.

Don't know enough about php to comment on the errors,... sorry.
sceptre
Registered User
Posts: 135
Joined: Mon Feb 22, 2010 5:01 pm
Location: Alba

Re: A Few Warning

Post by sceptre »

web push notifications is certainly mentioned you could try disabling them and recheck the errors .
User avatar
halil16
Registered User
Posts: 1504
Joined: Fri Jul 24, 2020 11:30 pm
Location: Turkiye
Name: Halil

Re: A Few Warning

Post by halil16 »

invenio wrote: Sun Jan 26, 2025 2:53 pm Not an expert but I think the database size change could be normal with a conversion...
Posible, yes. I have not received any feedback from users on this issue either. Thank you.
sceptre wrote: Sun Jan 26, 2025 3:51 pm web push notifications is certainly mentioned you could try disabling them and recheck the errors .
I have not received any feedback from users on this issue either.

Code: Select all

[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/auth/auth.php on line 424
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/includes/functions.php on line 3978
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/notification/method/board.php on line 147
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2014
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2043
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "avatar" in /home/name/public_html/forums/includes/functions.php on line 3723
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "avatar_width" in /home/name/public_html/forums/includes/functions.php on line 3724
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "avatar_height" in /home/name/public_html/forums/includes/functions.php on line 3725
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "avatar_type" in /home/name/public_html/forums/includes/functions.php on line 3730
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_new_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4039
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_unread_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4040
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_new" in /home/name/public_html/forums/includes/functions.php on line 4041
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_perm_from" in /home/name/public_html/forums/includes/functions.php on line 4078
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4088
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Undefined array key "user_options" in /home/name/public_html/forums/phpbb/user.php on line 780
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 15:54:42 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 15:54:52 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/auth/auth.php on line 424
[26-Jan-2025 15:54:52 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/includes/functions.php on line 3978
......
Introducing Mobile Upgrade! *Make your phpBB board like an app! 📱
Hire me for your phpBB board. 🚩

"The day we'll need ideas more than possessions, we'll find the secret to true wealth." - Peyami Safa /peˈjɑːmi saˈfɑː/
User avatar
GanstaZ
Registered User
Posts: 1230
Joined: Wed Oct 11, 2017 10:29 pm
Location: GZOverse

Re: A Few Warning

Post by GanstaZ »

What is the php version?
Any custom edits?
Any extensions? If yes, disable all extensions and test again.
Usus est magister optimus! phpBB Triton, GZO, Tempest (4.0 theme) & latest php environment.
When answer lies in the question, question becomes redundant!
User avatar
halil16
Registered User
Posts: 1504
Joined: Fri Jul 24, 2020 11:30 pm
Location: Turkiye
Name: Halil

Re: A Few Warning

Post by halil16 »

GanstaZ wrote: Sun Jan 26, 2025 4:20 pm What is the php version?
Any custom edits?
Any extensions? If yes, disable all extensions and test again.
The php version was normally 8.2. I always use it. Today I downgraded it to 8.1 to test it. But there was no change.

It's just a board where I edit styles and extensions. I didn't edit the core files. As I said in the first post, I deleted all the core files and installed new ones as if I was updating. Same.

I disabled all extensions and cleared the cache, then deleted the error file; then it happened again.

Code: Select all

[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/auth/auth.php on line 424
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/includes/functions.php on line 3978
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/notification/method/board.php on line 147
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2014
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2043
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "avatar" in /home/name/public_html/forums/includes/functions.php on line 3723
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "avatar_width" in /home/name/public_html/forums/includes/functions.php on line 3724
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "avatar_height" in /home/name/public_html/forums/includes/functions.php on line 3725
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "avatar_type" in /home/name/public_html/forums/includes/functions.php on line 3730
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_new_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4039
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_unread_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4040
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_new" in /home/name/public_html/forums/includes/functions.php on line 4041
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "user_perm_from" in /home/name/public_html/forums/includes/functions.php on line 4078
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4088
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:45 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/auth/auth.php on line 424
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/includes/functions.php on line 3978
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/notification/method/board.php on line 147
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2014
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2043
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "avatar" in /home/name/public_html/forums/includes/functions.php on line 3723
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "avatar_width" in /home/name/public_html/forums/includes/functions.php on line 3724
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "avatar_height" in /home/name/public_html/forums/includes/functions.php on line 3725
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "avatar_type" in /home/name/public_html/forums/includes/functions.php on line 3730
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_new_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4039
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_unread_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4040
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_new" in /home/name/public_html/forums/includes/functions.php on line 4041
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "user_perm_from" in /home/name/public_html/forums/includes/functions.php on line 4078
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4088
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:48 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/auth/auth.php on line 424
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/includes/functions.php on line 3978
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/notification/method/board.php on line 147
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2014
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2043
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "avatar" in /home/name/public_html/forums/includes/functions.php on line 3723
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "avatar_width" in /home/name/public_html/forums/includes/functions.php on line 3724
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "avatar_height" in /home/name/public_html/forums/includes/functions.php on line 3725
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "avatar_type" in /home/name/public_html/forums/includes/functions.php on line 3730
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_new_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4039
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_unread_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4040
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_new" in /home/name/public_html/forums/includes/functions.php on line 4041
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "user_perm_from" in /home/name/public_html/forums/includes/functions.php on line 4078
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4088
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:52 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/auth/auth.php on line 424
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/includes/functions.php on line 3978
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/notification/method/board.php on line 147
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2014
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2043
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "avatar" in /home/name/public_html/forums/includes/functions.php on line 3723
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "avatar_width" in /home/name/public_html/forums/includes/functions.php on line 3724
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "avatar_height" in /home/name/public_html/forums/includes/functions.php on line 3725
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "avatar_type" in /home/name/public_html/forums/includes/functions.php on line 3730
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4030
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4031
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_new_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4039
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_unread_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4040
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_new" in /home/name/public_html/forums/includes/functions.php on line 4041
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4064
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "user_perm_from" in /home/name/public_html/forums/includes/functions.php on line 4078
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4088
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
[26-Jan-2025 17:30:55 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/name/public_html/forums/includes/functions.php:3076) in /home/name/public_html/forums/includes/functions.php on line 4191
Introducing Mobile Upgrade! *Make your phpBB board like an app! 📱
Hire me for your phpBB board. 🚩

"The day we'll need ideas more than possessions, we'll find the secret to true wealth." - Peyami Safa /peˈjɑːmi saˈfɑː/
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10618
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster

Re: A Few Warning

Post by Noxwizard »

Your user data is missing some core fields. If you've disabled all of your extensions and you've replaced all the files with stock ones, that really only leaves missing fields in the database. Run this query and post the result:

Code: Select all

DESCRIBE phpbb_users;
If your database uses a prefix other than phpbb_ be sure to update the query.
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
User avatar
halil16
Registered User
Posts: 1504
Joined: Fri Jul 24, 2020 11:30 pm
Location: Turkiye
Name: Halil

Re: A Few Warning

Post by halil16 »

Noxwizard wrote: Sun Jan 26, 2025 6:02 pm Your user data is missing some core fields. If you've disabled all of your extensions and you've replaced all the files with stock ones, that really only leaves missing fields in the database. Run this query and post the result:

Code: Select all

DESCRIBE phpbb_users;
If your database uses a prefix other than phpbb_ be sure to update the query.
dbcs.png
You do not have the required permissions to view the files attached to this post.
Introducing Mobile Upgrade! *Make your phpBB board like an app! 📱
Hire me for your phpBB board. 🚩

"The day we'll need ideas more than possessions, we'll find the secret to true wealth." - Peyami Safa /peˈjɑːmi saˈfɑː/
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10618
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster

Re: A Few Warning

Post by Noxwizard »

That looks fine, so there must be something else that you've left out. If the files are all replaced with known-good ones, the cache is clear, all extensions have been disabled, and the database is correct, fields shouldn't be missing from the user data array. What page are you visiting that causes the errors? Are you logged in?
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
User avatar
halil16
Registered User
Posts: 1504
Joined: Fri Jul 24, 2020 11:30 pm
Location: Turkiye
Name: Halil

Re: A Few Warning

Post by halil16 »

Noxwizard wrote: Sun Jan 26, 2025 11:26 pm What page are you visiting that causes the errors? Are you logged in?
It's hard to know. There are users who log in and those who don't. Some users also report not receiving emails. Could this be related? The database software is straining when the site is not accessed. When I kill it from WHM, it fixes it.
Introducing Mobile Upgrade! *Make your phpBB board like an app! 📱
Hire me for your phpBB board. 🚩

"The day we'll need ideas more than possessions, we'll find the secret to true wealth." - Peyami Safa /peˈjɑːmi saˈfɑː/
rxu
Extensions Development Team
Posts: 4044
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: A Few Warning

Post by rxu »

Wasn't anonymous user removed from the database by chance?
User avatar
halil16
Registered User
Posts: 1504
Joined: Fri Jul 24, 2020 11:30 pm
Location: Turkiye
Name: Halil

Re: A Few Warning

Post by halil16 »

Anonymous was "Account deactivated by administrator " I activated it. But errors continue to occur in error_log

There are these options that don't appear on my other boards:

anacti.jpg
You do not have the required permissions to view the files attached to this post.
Introducing Mobile Upgrade! *Make your phpBB board like an app! 📱
Hire me for your phpBB board. 🚩

"The day we'll need ideas more than possessions, we'll find the secret to true wealth." - Peyami Safa /peˈjɑːmi saˈfɑː/
User avatar
halil16
Registered User
Posts: 1504
Joined: Fri Jul 24, 2020 11:30 pm
Location: Turkiye
Name: Halil

Re: A Few Warning

Post by halil16 »

I deleted the file this afternoon. It has increased in size since then.

error_log.jpg

It increases every minute, sometimes every 3 seconds.
You do not have the required permissions to view the files attached to this post.
Introducing Mobile Upgrade! *Make your phpBB board like an app! 📱
Hire me for your phpBB board. 🚩

"The day we'll need ideas more than possessions, we'll find the secret to true wealth." - Peyami Safa /peˈjɑːmi saˈfɑː/
User avatar
warmweer
Jr. Extension Validator
Posts: 12207
Joined: Fri Jul 04, 2003 6:34 am
Location: somewhere in the space-time continuum

Re: A Few Warning

Post by warmweer »

halil16 wrote: Mon Jan 27, 2025 5:11 am Anonymous was "Account deactivated by administrator " I activated it. But errors continue to occur in error_log
AFAIK anonymous cannot be deleted nor deactivated using default phpBB actions.

Perhaps you should delete it completely from the users_table and recreate it.

Code: Select all

INSERT INTO phpbb_users (user_type, group_id, username, username_clean, user_regdate, user_password, user_email, user_lang, user_style, user_rank, user_colour, user_posts, user_permissions, user_ip, user_birthday, user_lastpage, user_last_confirm_key, user_post_sortby_type, user_post_sortby_dir, user_topic_sortby_type, user_topic_sortby_dir, user_avatar, user_sig, user_sig_bbcode_uid, user_jabber, user_actkey, user_newpasswd, user_allow_massemail) VALUES (2, 1, 'Anonymous', 'anonymous', 0, '', '', 'en', 1, 0, '', 0, '', '', '', '', '', 't', 'a', 't', 'd', '', '', '', '', '', '', 0);

INSERT INTO phpbb_user_group (group_id, user_id, user_pending, group_leader) VALUES (1, 1, 0, 0);
As always, backup the database first (at a minimum those 2 tables)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
halil16
Registered User
Posts: 1504
Joined: Fri Jul 24, 2020 11:30 pm
Location: Turkiye
Name: Halil

Re: A Few Warning

Post by halil16 »

warmweer wrote: Mon Jan 27, 2025 8:21 pm
I deleted Anonymous from the user table. When Anonymous was deleted, the following error messages were received on the pages:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 646: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 648: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 656: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1338: Undefined array key "user_type"
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 665: Undefined array key "user_type"
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/auth/auth.php on line 65: Undefined array key "user_permissions"
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/auth/auth.php on line 424: Undefined array key "user_type"
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/user.php on line 129: Undefined array key "user_lang"
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/user.php on line 130: Undefined array key "user_dateformat"
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/user.php on line 131: Undefined array key "user_timezone"
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/user.php on line 663: Undefined array key "user_timezone"
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/user.php on line 427: Undefined array key "user_allow_viewonline"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3900: Undefined array key "user_new_privmsg"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3978: Undefined array key "user_type"
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/notification/method/board.php on line 147: Undefined array key "user_type"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3723: Undefined array key "avatar"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3724: Undefined array key "avatar_width"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3725: Undefined array key "avatar_height"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3730: Undefined array key "avatar_type"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4030: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4030: Undefined array key "user_colour"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4031: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4031: Undefined array key "user_colour"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4039: Undefined array key "user_new_privmsg"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4040: Undefined array key "user_unread_privmsg"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4041: Undefined array key "user_new"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4064: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4064: Undefined array key "user_colour"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4078: Undefined array key "user_perm_from"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4088: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/user.php on line 780: Undefined array key "user_options"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/phpbb/webpushnotifications/event/listener.php on line 345: Undefined array key "user_type"
Then I ran the query you gave. Anonymous's user id was shown as 144317, I made it 1.
But when I checked the error_log, I saw errors as follows.

Code: Select all

[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/auth/auth.php on line 424
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/includes/functions.php on line 3978
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/phpbb/notification/method/board.php on line 147
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2014
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/includes/functions.php on line 2043
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "avatar" in /home/name/public_html/forums/includes/functions.php on line 3723
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "avatar_width" in /home/name/public_html/forums/includes/functions.php on line 3724
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "avatar_height" in /home/name/public_html/forums/includes/functions.php on line 3725
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "avatar_type" in /home/name/public_html/forums/includes/functions.php on line 3730
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4030
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4030
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4031
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4031
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_new_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4039
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_unread_privmsg" in /home/name/public_html/forums/includes/functions.php on line 4040
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_new" in /home/name/public_html/forums/includes/functions.php on line 4041
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4064
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_colour" in /home/name/public_html/forums/includes/functions.php on line 4064
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_perm_from" in /home/name/public_html/forums/includes/functions.php on line 4078
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "username" in /home/name/public_html/forums/includes/functions.php on line 4088
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_options" in /home/name/public_html/forums/phpbb/user.php on line 780
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_type" in /home/name/public_html/forums/ext/phpbb/webpushnotifications/event/listener.php on line 345
[28-Jan-2025 06:06:02 UTC] PHP Warning:  Undefined array key "user_form_salt" in /home/name/public_html/forums/ext/phpbb/webpushnotifications/form/form_helper.php on line 56
Then I imported the backup of the 2 tables I had taken. It gave an error saying it already exists while importing, will there be a problem?

---

I made Anonymous Remove from Newly Registered. Is it do a problem?
Introducing Mobile Upgrade! *Make your phpBB board like an app! 📱
Hire me for your phpBB board. 🚩

"The day we'll need ideas more than possessions, we'll find the secret to true wealth." - Peyami Safa /peˈjɑːmi saˈfɑː/

Return to “[3.3.x] Support Forum”