Hi,
I tried to upgrade F3 to the latest 3.9 release since I definitely want the deprecation fixes. However, this release breaks things on php 8.3.12.
Stacktrace says this:
session_start(): Failed to read session data: user (path: )
After some debugging, I found that fatfree-code 3.9 is causing this problem. Downgrading to 3.8 in the composer file by adding a conflict fixes this.
What is going wrong here?