We developed a CodeIgniter application using the PHP ActiveRecord ORM for the Query builder, and the application runs in a Docker container on an AWS server.
We recently upgraded PHP from version 8.0 to version 8.2 and php-activerecord is no longer supported by PHP 8.2. The application crashes with a Bad Gateway error.
Is it possible to modify php-activerecord to make it run and what steps should I take to fix the bad gateway error?