-
Notifications
You must be signed in to change notification settings - Fork 11
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
Session not closed in class-billmate-cardpay.php #466
Comments
@matteth Good luck! I've been trying to get this fixed a long time. :) |
@ben72 Ok 😬 Yes, we're using the checkout, |
@Mattet Well this one is important to fix! For us it messes up Mailchimp sync. :( |
We are currently developing a new Billmate Checkout plugin for Woocommerce. This will not have that issue. Will keep you posted! |
This is now fixed with release: https://github.com/Billmate/woocommerce/releases/tag/3.11.3 |
Re-open as the fix was reverted? |
WordPress Health check reports: A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
The error seems to be that the "session_start()" in class-billmate-cardpay.php isn't closed. When session_write_close() is added to the end of the file the error disappears.
The text was updated successfully, but these errors were encountered: