Heres a suggestion. I have a phpBB3.0x that will run on php8.3.
https://github.com/IntegraMOD/phpbb3.0.15
its a natural update path for phpBB2.
You could update to it and then update it to 3.3
note.. phpBB3.3 will probably look for the version number so before installing 3.0.15, edit install/schemas/schema_data.sql
FINDchange the 15 to 14 (the last official version)
now the 3.3 update should be uneventful
just remember to make good db backups for each stage
https://github.com/IntegraMOD/phpbb3.0.15
its a natural update path for phpBB2.
You could update to it and then update it to 3.3
note.. phpBB3.3 will probably look for the version number so before installing 3.0.15, edit install/schemas/schema_data.sql
FIND
Code:
INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.15');
now the 3.3 update should be uneventful
just remember to make good db backups for each stage
Statistics: Posted by Helter Skelter — Tue May 07, 2024 4:39 am