[Bug 270605] www/glpi: Fatal error: Uncaught Error: Call to undefined function session_status()

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 18 Apr 2024 22:35:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270605

--- Comment #6 from Lohrmann <freebsd_bugs_cla@epifocal.net> ---
Just wanting to close the loop on this one. After finally finding time to get
back to this issue, I recently tried again upgrade (still from 10.0.3,1, this
time to version 10.0.10,1)...and was running again into the same issue.
However, this time I was able to work it out:

I noticed that package mod_php80 was still on its old/outdated version, while
PHP already was on newer version, after I did a "pkg upgrade" for all packages.

So, I uninstalled mod_php80 and reinstalled mod_php82. This solved the original
session_status issue for me.

Furthermore, I was then lacking the following further packages (according to
GLPI sanity checker):
php82-xmlwriter
php82-xmlreader
php82-phar

After adding them manually as well, GLPI was happy, and I could move forward
with the database upgrade and some additional apache24 adjustments (now
required for security reasons; all documented on the GLPI website)

For my case, this ticket can be resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.