Hi,
(server is freebsd-12.2-p6 apache24 php7.4.16 mysql57)
I followed the upgrade process which got to where it asks to begin the upgrade. It completes but then I get php errors at the top of the screen:
Warning: session_name(): Cannot change session name when session is active in /usr/local/www/apache24/data/include/class.ostsession.php on line 34
Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /usr/local/www/apache24/data/include/class.ostsession.php on line 40
Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in /usr/local/www/apache24/data/include/class.ostsession.php on line 56
Warning: session_set_save_handler(): Cannot change save handler when session is active in /usr/local/www/apache24/data/include/class.ostsession.php on line 81
Logging in takes an eternity. A browser refresh forces it. How can I fix this?
thanks