Forums
(@cpdaaronjones)
1 year, 10 months ago
Hello,
This error can be resolved by replacing two items with the following code
Go to unyson/framework/includes/hooks.php and replace the session_start code found twice with
session_start( [‘read_and_close’ => true,] );
This resolves the issue.