You can download it on
Github.
- Fixed a fatal `TypeError` in `include/api/custom_profile_fields.php` when creating a new custom profile field. The internal `num_fields` counter was being picked up as a candidate field id during id lookup, which could cause PHP 8 string/int comparison rules to corrupt the counter and crash with "Unsupported operand types: string + int".
- Fixed `admin.php` missing the `phorum_page` constant definition that every other entry point sets, which the routing/session logic in `common.php` depends on.
Brian - Personal Blog