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

Warning: session_set_cookie_params() on Apache24 #213

Open
k0n1g opened this issue Mar 3, 2025 · 1 comment
Open

Warning: session_set_cookie_params() on Apache24 #213

k0n1g opened this issue Mar 3, 2025 · 1 comment

Comments

@k0n1g
Copy link

k0n1g commented Mar 3, 2025

Trying run server on FreeBSD apache24. Take some warnings


Warning: Trying to access array offset on null in /usr/local/www/multiotp/multiotp.server.php on line 8260

Warning: session_set_cookie_params(): Session cookie parameters cannot be changed after headers have already been sent in /usr/local/www/multiotp/multiotp.server.php on line 74976

Warning: session_start(): Session cannot be started after headers have already been sent in /usr/local/www/multiotp/multiotp.server.php on line 74980

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/multiotp/multiotp.server.php:8260) in /usr/local/www/multiotp/multiotp.server.php on line 74987

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/multiotp/multiotp.server.php:8260) in /usr/local/www/multiotp/multiotp.server.php on line 74988

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/multiotp/multiotp.server.php:8260) in /usr/local/www/multiotp/multiotp.server.php on line 74989

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/multiotp/multiotp.server.php:8260) in /usr/local/www/multiotp/multiotp.server.php on line 74990

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/multiotp/multiotp.server.php:8260) in /usr/local/www/multiotp/multiotp.server.php on line 74991

version 5.9.9.1
Apache 2.4.62
PHP 8.3.15

@multiOTP
Copy link
Owner

multiOTP commented Mar 6, 2025

Hello,
Thanks for the feedback. The initial issue is about the initialization _config_data array attribute. This will be corrected in a next release.
Regards,

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

2 participants