Hello @shaolin,
I had the exact same issue today. I only just managed to fix it using the following code: `session_start( [
‘read_and_close’ => true,
] );
}`
where this code presented:
session_start();
I needed to change it in 3 places in “class-wc-vivawallet-helper.php” and “class-wc-vivawallet-credentials.php” then ran the health check again and the issue was gone.
I’m hoping this helps!
-
This reply was modified 3 years, 11 months ago by axelT_me.