[PHP8.2]Initialise config with database and/or cached entries

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Get Involved
User avatar
orynider
Translator
Posts: 273
Joined: Wed Nov 16, 2005 12:48 pm
Location: Arad, România
Name: Florin-Ciprian Bodin

[PHP8.2]Initialise config with database and/or cached entries

Post by orynider »

Deprecated: Automatic conversion of false to array is deprecated in /var/www/html/

Code: Select all

$config[$row['config_name']] = $row['config_value'];
Not solved @ https://github.com/phpbb/phpbb/blob/mas ... fig/db.php
Last edited by thecoalman on Sun Mar 31, 2024 2:50 am, edited 1 time in total.
Reason: Moved to phpBB Discussion
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6285
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: [PHP8.2]Initialise config with database and/or cached entries

Post by thecoalman »

Bugs can be reported to the bug tracker:

http://tracker.phpbb.com/
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26825
Joined: Fri Aug 29, 2008 9:49 am

Re: [PHP8.2]Initialise config with database and/or cached entries

Post by Mick »

Just out of interest what are you doing or what is the scenario when you get the message?
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
User avatar
orynider
Translator
Posts: 273
Joined: Wed Nov 16, 2005 12:48 pm
Location: Arad, România
Name: Florin-Ciprian Bodin

Re: [PHP8.2]Initialise config with database and/or cached entries

Post by orynider »

I restarted the server and PHPBB4 does not work at all, and with PHPBB 3.3 I do not get any errors, but a server 500 with 4 beta, so I hope will not reapear.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26825
Joined: Fri Aug 29, 2008 9:49 am

Re: [PHP8.2]Initialise config with database and/or cached entries

Post by Mick »

Thank you.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧

Return to “phpBB Discussion”