Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 7.2 compatibility #15

Open
abasle opened this issue May 5, 2020 · 0 comments
Open

PHP 7.2 compatibility #15

abasle opened this issue May 5, 2020 · 0 comments

Comments

@abasle
Copy link

abasle commented May 5, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant