Topic: PHP setcookie problem
Roel / Team
I've just upgraded to PHP 7.4 and am getting the following warnings :-
1) Warning: Cookie paths cannot contain any of the following ',; \t\r\n\013\014' (on line 94 of index.php);
2) Warning: session_name(): Cannot change session name when headers already sent in (line 105);
3) Warning: session_start(): Cannot start session when headers already sent in (line 106);
4) Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in (line 107);
5) Warning: Cannot modify header information - headers already sent by (output started at .... web address .... /index.php:94) in ./common/toolbox.php (line 639).
The calendar displays fine, but the error messages fill up the top bar so I can see the login button, etc.
I could revert to the prior PHP version, but that would require much rewriting of other functions (not Luxcal related).
Any insights ??
Many thanks / Doss