Hi everyone,
Rebuilding a server from CentOS 7 to Rocky Linux. This took PHP 5.4 to PHP 8.0, so I'm taking the opportunity to upgrade PHP to latest 3.3 release.
I've followed the upgrade instructions for 3.0 to 3.3, put the files in place, ran the CLI upgrader to upgrade the database. Other than complaining about the avatar type column being an integer (and the installer trying to put a string into it) - everything else went fine. For the user and group tables, I just manually changed the column types to VARCHAR(255), based on what I see as the current schema.
After the upgrade, and removing the install folder, I'm getting a ton of PHP errors when I load PHPBB, and "This board has no forums.".
Here are the PHP errors I'm seeing:
Anything obvious I'm missing?
Rebuilding a server from CentOS 7 to Rocky Linux. This took PHP 5.4 to PHP 8.0, so I'm taking the opportunity to upgrade PHP to latest 3.3 release.
I've followed the upgrade instructions for 3.0 to 3.3, put the files in place, ran the CLI upgrader to upgrade the database. Other than complaining about the avatar type column being an integer (and the installer trying to put a string into it) - everything else went fine. For the user and group tables, I just manually changed the column types to VARCHAR(255), based on what I see as the current schema.
After the upgrade, and removing the install folder, I'm getting a ton of PHP errors when I load PHPBB, and "This board has no forums.".
Here are the PHP errors I'm seeing:
Code:
[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 1337: 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 3884: Undefined array key "user_new_privmsg"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3962: 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 3707: Undefined array key "avatar"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3708: Undefined array key "avatar_width"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3709: Undefined array key "avatar_height"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 3714: Undefined array key "avatar_type"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4014: Undefined array key "username"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4014: Undefined array key "user_colour"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4015: Undefined array key "username"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4015: Undefined array key "user_colour"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4023: Undefined array key "user_new_privmsg"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4024: Undefined array key "user_unread_privmsg"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4025: Undefined array key "user_new"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4048: Undefined array key "username"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4048: Undefined array key "user_colour"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4062: Undefined array key "user_perm_from"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4072: Undefined array key "username"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4175: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4175: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4175: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4175: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)
Statistics: Posted by desau_13 — Fri Jul 05, 2024 3:55 pm