-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issue while closing Home URL change notice. #175
Comments
This is not a known issue, i also can't reproduce this issue. Testen this on a fresh wp-pay-core/src/HomeUrlController.php Lines 146 to 148 in c38da29
|
The 'Action failed' message also occurs if the new value for the URL is the same as the current value. This can occur if there are filters in play for the |
Thanks, I suggest that we clarify the error messages: wp-pay-core/src/HomeUrlController.php Lines 145 to 159 in c38da29
For example:
|
Yes, this error is getting occurred in the websites who are using http instead of https. When we try to close the box, we are getting this error. When we change the URL in settings from http to https. error goes away. If you want to reproduce the error. Just change the https to http on any of your test website. You will not be able to close the box in this case. |
Thanks, for the update, this is already improved in 52e5d37. In this scenario, the following error occurred: wp-pay-core/src/HomeUrlController.php Lines 154 to 158 in c38da29
Instead of |
In Pronamic Pay version 9.7.1, when we change home URL, admin sees notice sometime like this.
Pronamic Pay — We noticed the WordPress home URL has changed from "https://dev.localdomain/wordpress-dev" to "http://dev.localdomain/wordpress-dev". Please verify the payment gateway settings. For example, you might want to switch between live and test mode or need to update an URL at the gateway to continue receiving payment status updates. Also keep an eye on pending payments to discover possible configuration issues.
when we try to close this box, box does not get closed. We are getting this error
Action failed. Please refresh the page and retry.
Is this a known issue? Is it already fixed in the new version?
The text was updated successfully, but these errors were encountered: