I had phpBB2 (2.0.21) running in an EC2 Amazon Linux server with PostgreSQL for several years. I was recently informed that the Amazon Linux was now an unsupported OS and I needed to rebuild using a more recent AMI image. I have now setup another EC2 instance running Amazon Linux 2023 that has PostgreSQL 15 and PHP 8.2 installed. I have downloaded phpBB3 (3.3.11) and followed the directions for converting the database but keep getting an error when I use the URL [website]/phpBB3/install/app.php/convert:
I know the is_dynamic column does not exist in phpBB2, so I am not sure why it is looking for it. Any assistance or guidance would be appreciated as I have exhausted my search options without finding a working solution.
Code:
{"errors":[{"title":"General Error:SQL ERROR [ postgres ]ERROR: column \"is_dynamic\" does not exist\nLINE 1: SELECT config_name, config_value, is_dynamic\n ^ []SQLSELECT config_name, config_value, is_dynamic\n\t\t\t\tFROM phpbb_config in file \/var\/www\/vdoms\/mths1957\/phpBB3\/phpbb\/db\/driver\/driver.php on line 1023"}],"warnings":[{"title":"[phpBB Debug] \"pg_query(): Query failed: ERROR: column "is_dynamic" does not exist\nLINE 1: SELECT config_name, config_value, is_dynamic\n ^\" in file \/var\/www\/vdoms\/mths1957\/phpBB3\/phpbb\/db\/driver\/postgres.php on line 191"}],"over":true}
Statistics: Posted by phinster — Thu Apr 11, 2024 3:49 am