-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Star rating error after my update 7.4.3 #3433
Comments
Which plugin are you using for star ratings? |
7a1f553 should fix the issue. |
This doesn't appear to be fully fixed. I didn't test all possible options, but with negative numbers, negative minimums, and high precision, number validation has issues. This is apparently because php's fmod function has issues (the code would be accurate if fmod were accurate). An example failure is a value of -81.36802 with a minimum of -180 and step of .00001. Interestingly, a value of -81.26208 with the same parameters if perfectly fine, though if you up the step precision to .0000001 the situation reverses. I'm going to use the previous code |
sorry for my delay |
Well, we do have integer check, let me try that one as fmod() seems to be broken beyond repair.... |
@TheoAcker12 Now it should work! |
Hi,
I have upgraded to the latest version 7.4.3 and now I get an error when trying to save any page.
The text was updated successfully, but these errors were encountered: