PHP8 compatibility?
Posted: Mon Apr 14, 2025 5:59 pm
Hello:
I am running a legacy NuBuilder app. My hosting company recently upgraded to PHP8, and I am no longer able to log in to the app. The server displays a message "Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in [...]/nudatabase.php on line 29". Line 29 is
Not sure if this is a compatibility problem or something else. If anyone has encountered this problem and has a fix, I would most appreciate!
Thanks,
Gib
I am running a legacy NuBuilder app. My hosting company recently upgraded to PHP8, and I am no longer able to log in to the app. The server displays a message "Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in [...]/nudatabase.php on line 29". Line 29 is
Code: Select all
ini_set("session.gc_maxlifetime", $gcLifetime);
Thanks,
Gib