You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting:
PHP Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home/CAMPUS/web/molprobity/molprobity/lib/sessions.php on line 129
PHP Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home/CAMPUS/web/molprobity/molprobity/lib/sessions.php on line 130
PHP Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home/CAMPUS/web/molprobity/molprobity/lib/sessions.php on line 133
PHP Warning: session_name(): Cannot change session name when headers already sent in /home/CAMPUS/web/molprobity/molprobity/lib/sessions.php on line 136
PHP Warning: session_set_save_handler(): Cannot change save handler when headers already sent in /home/CAMPUS/web/molprobity/molprobity/lib/sessions.php on line 138
which seems to be caused by stricter php code usage in PHP7.2. I need PHP 7.2 for my web so I can't use older versions.
The text was updated successfully, but these errors were encountered:
Hello,
I am getting:
PHP Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home/CAMPUS/web/molprobity/molprobity/lib/sessions.php on line 129
PHP Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home/CAMPUS/web/molprobity/molprobity/lib/sessions.php on line 130
PHP Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home/CAMPUS/web/molprobity/molprobity/lib/sessions.php on line 133
PHP Warning: session_name(): Cannot change session name when headers already sent in /home/CAMPUS/web/molprobity/molprobity/lib/sessions.php on line 136
PHP Warning: session_set_save_handler(): Cannot change save handler when headers already sent in /home/CAMPUS/web/molprobity/molprobity/lib/sessions.php on line 138
which seems to be caused by stricter php code usage in PHP7.2. I need PHP 7.2 for my web so I can't use older versions.
The text was updated successfully, but these errors were encountered: