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